#42B406

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

Shades of Kelly Green #42B406

Tints of Kelly Green #42B406

Color information

#42B406 (or 0x42B406) is unknown color: approx Kelly Green. HEX triplet: 42, B4 and 06. RGB value is (66,180,6). Sum of RGB (Red+Green+Blue) = 66+180+6=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #42B406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B406 is #BD4BF9. Grayscale: #7E7E7E. Windows color (decimal): -12405754 or 439362. OLE color: 439362.

HSL color Cylindrical-coordinate representation of color #42B406: hue angle of 99.31º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42B406 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB661806-
CMYK0.6300.970.29
HSL99.31º93.55%36.47%-
HSV(B)99.31º96.67%70.59%-
XYZ18.633.815.72-
YUV126.0860.2385.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 180 (70.70% from 255) = 71.43%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=26.19%
G=71.43%
B=2.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6618060.6300.970.2999.3193.5536.47
Hex42B463F0611D635e24
Octal10226467701413514313644
Binary100001010110100110111111011000011110111000111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,180,6); }

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

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

 a { background-color: rgb(66,180,6); }

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

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

 span { border-color: rgb(66,180,6); }

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