#42DA17

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

Shades of Kelly Green #42DA17

Tints of Kelly Green #42DA17

Color information

#42DA17 (or 0x42DA17) is unknown color: approx Kelly Green. HEX triplet: 42, DA and 17. RGB value is (66,218,23). Sum of RGB (Red+Green+Blue) = 66+218+23=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 218 (85.55% from 255 or 71.01% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DA17 is #BD25E8. Grayscale: #969696. Windows color (decimal): -12396009 or 1563202. OLE color: 1563202.

HSL color Cylindrical-coordinate representation of color #42DA17: hue angle of 106.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42DA17 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB6621823-
CMYK0.7000.890.15
HSL106.77º80.91%47.25%-
HSV(B)106.77º89.45%85.49%-
XYZ27.4751.369.28-
YUV150.3256.1467.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 218 (85.55% from 255) = 71.01%
BLUE value IS 23 (9.38% from 255) = 7.49%
R=21.50%
G=71.01%
B=7.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66218230.7000.890.15106.7780.9147.25
Hex42DA1746059F6b512f
Octal1023322710601311715312157
Binary10000101101101010111100011001011001111111010111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,218,23); }

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

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

 a { background-color: rgb(66,218,23); }

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

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

 span { border-color: rgb(66,218,23); }

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