#42B616

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

Shades of Kelly Green #42B616

Tints of Kelly Green #42B616

Color information

#42B616 (or 0x42B616) is unknown color: approx Kelly Green. HEX triplet: 42, B6 and 16. RGB value is (66,182,22). Sum of RGB (Red+Green+Blue) = 66+182+22=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #42B616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B616 is #BD49E9. Grayscale: #818181. Windows color (decimal): -12405226 or 1488450. OLE color: 1488450.

HSL color Cylindrical-coordinate representation of color #42B616: hue angle of 103.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42B616 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB6618222-
CMYK0.6400.880.29
HSL103.5º78.43%40%-
HSV(B)103.5º87.91%71.37%-
XYZ19.1234.676.44-
YUV129.0867.5783.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 182 (71.48% from 255) = 67.41%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=24.44%
G=67.41%
B=8.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66182220.6400.880.29103.578.4340
Hex42B616400581D684e28
Octal1022662610001303515011650
Binary100001010110110101101000000010110001110111010001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,182,22); }

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

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

 a { background-color: rgb(66,182,22); }

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

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

 span { border-color: rgb(66,182,22); }

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