#42D70E

Color #42D70E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #42D70E

Tints of Kelly Green #42D70E

Color information

#42D70E (or 0x42D70E) is unknown color: approx Kelly Green. HEX triplet: 42, D7 and 0E. RGB value is (66,215,14). Sum of RGB (Red+Green+Blue) = 66+215+14=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 215 (84.38% from 255 or 72.88% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 215 - color contains mainly: green. Hex color #42D70E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D70E is #BD28F1. Grayscale: #949494. Windows color (decimal): -12396786 or 972610. OLE color: 972610.

HSL color Cylindrical-coordinate representation of color #42D70E: hue angle of 104.48º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42D70E is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB6621514-
CMYK0.6900.930.16
HSL104.48º87.77%44.9%-
HSV(B)104.48º93.49%84.31%-
XYZ26.6349.798.62-
YUV147.5452.6469.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 215 (84.38% from 255) = 72.88%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=22.37%
G=72.88%
B=4.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66215140.6900.930.16104.4887.7744.9
Hex42D7E4505D1068582d
Octal1023271610501352015013055
Binary10000101101011111101000101010111011000011010001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42D70E; }

 p { color: rgb(66,215,14); }

 H1.HeaderClassName
 {
   color: #42D70E;
 }
 .AnyTagClassName
 {
   color: #42D70E;
 }
</style>
background-color css

<style>
 a { background-color: #42D70E; }

 a { background-color: rgb(66,215,14); }

 div.DivClassName
 {
   background-color: #42D70E;
 }
 .BgClassName
 {
   background-color: #42D70E;
 }
</style>
border-color css

<style>
 span { border-color: #42D70E; }

 span { border-color: rgb(66,215,14); }

 td.TdClassName
 {
   border-color: #42D70E;
 }
 .TagClassName
 {
   border-color: #42D70E;
 }
</style>