#42ce16

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

Shades of Kelly Green #42CE16

Tints of Kelly Green #42CE16

Color information

#42CE16 (or 0x42CE16) is unknown color: approx Kelly Green. HEX triplet: 42, CE and 16. RGB value is (66,206,22). Sum of RGB (Red+Green+Blue) = 66+206+22=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 206 (80.86% from 255 or 70.07% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CE16 is #BD31E9. Grayscale: #8F8F8F. Windows color (decimal): -12399082 or 1494594. OLE color: 1494594.

HSL color Cylindrical-coordinate representation of color #42CE16: hue angle of 105.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42CE16 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB6620622-
CMYK0.6800.890.19
HSL105.65º80.7%44.71%-
HSV(B)105.65º89.32%80.78%-
XYZ24.4645.368.22-
YUV143.1659.6272.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 206 (80.86% from 255) = 70.07%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=22.45%
G=70.07%
B=7.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal66206220.6800.890.19105.6580.744.71
Hex42CE1644059136a512d
Octal1023162610401312315212155
Binary100001011001110101101000100010110011001111010101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ce16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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