#42BD16

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

Shades of Kelly Green #42BD16

Tints of Kelly Green #42BD16

Color information

#42BD16 (or 0x42BD16) is unknown color: approx Kelly Green. HEX triplet: 42, BD and 16. RGB value is (66,189,22). Sum of RGB (Red+Green+Blue) = 66+189+22=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BD16 is #BD42E9. Grayscale: #858585. Windows color (decimal): -12403434 or 1490242. OLE color: 1490242.

HSL color Cylindrical-coordinate representation of color #42BD16: hue angle of 104.19º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42BD16 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB6618922-
CMYK0.6500.880.26
HSL104.19º79.15%41.37%-
HSV(B)104.19º88.36%74.12%-
XYZ20.5937.616.93-
YUV133.1865.2580.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 189 (74.22% from 255) = 68.23%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=23.83%
G=68.23%
B=7.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66189220.6500.880.26104.1979.1541.37
Hex42BD16410581A684f29
Octal1022752610101303215011751
Binary100001010111101101101000001010110001101011010001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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