#42DB14

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

Shades of Kelly Green #42DB14

Tints of Kelly Green #42DB14

Color information

#42DB14 (or 0x42DB14) is unknown color: approx Kelly Green. HEX triplet: 42, DB and 14. RGB value is (66,219,20). Sum of RGB (Red+Green+Blue) = 66+219+20=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DB14 is #BD24EB. Grayscale: #979797. Windows color (decimal): -12395756 or 1366850. OLE color: 1366850.

HSL color Cylindrical-coordinate representation of color #42DB14: hue angle of 106.13º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42DB14 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB6621920-
CMYK0.7000.910.14
HSL106.13º83.26%46.86%-
HSV(B)106.13º90.87%85.88%-
XYZ27.751.879.21-
YUV150.5754.3167.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 219 (85.94% from 255) = 71.80%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=21.64%
G=71.80%
B=6.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66219200.7000.910.14106.1383.2646.86
Hex42DB144605BE6a532f
Octal1023332410601331615212357
Binary10000101101101110100100011001011011111011010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,219,20); }

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

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

 a { background-color: rgb(66,219,20); }

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

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

 span { border-color: rgb(66,219,20); }

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