#42D704

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

Shades of Kelly Green #42D704

Tints of Kelly Green #42D704

Color information

#42D704 (or 0x42D704) is unknown color: approx Kelly Green. HEX triplet: 42, D7 and 04. RGB value is (66,215,4). Sum of RGB (Red+Green+Blue) = 66+215+4=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #42D704 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D704 is #BD28FB. Grayscale: #939393. Windows color (decimal): -12396796 or 317250. OLE color: 317250.

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

Color convert

RGB662154-
CMYK0.6900.980.16
HSL102.37º96.35%42.94%-
HSV(B)102.37º98.14%84.31%-
XYZ26.5749.778.32-
YUV146.3947.6470.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 215 (84.38% from 255) = 75.44%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=23.16%
G=75.44%
B=1.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal6621540.6900.980.16102.3796.3542.94
Hex42D74450621066602b
Octal102327410501422014614053
Binary1000010110101111001000101011000101000011001101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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