#42DD11

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

Shades of Kelly Green #42DD11

Tints of Kelly Green #42DD11

Color information

#42DD11 (or 0x42DD11) is unknown color: approx Kelly Green. HEX triplet: 42, DD and 11. RGB value is (66,221,17). Sum of RGB (Red+Green+Blue) = 66+221+17=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DD11 is #BD22EE. Grayscale: #989898. Windows color (decimal): -12395247 or 1170754. OLE color: 1170754.

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

Color convert

RGB6622117-
CMYK0.7000.920.13
HSL105.59º85.71%46.67%-
HSV(B)105.59º92.31%86.67%-
XYZ28.252.919.26-
YUV151.452.1567.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 221 (86.72% from 255) = 72.70%
BLUE value IS 17 (7.03% from 255) = 5.59%
R=21.71%
G=72.70%
B=5.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66221170.7000.920.13105.5985.7146.67
Hex42DD114605CD6a562f
Octal1023352110601341515212657
Binary10000101101110110001100011001011100110111010101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,221,17); }

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

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

 a { background-color: rgb(66,221,17); }

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

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

 span { border-color: rgb(66,221,17); }

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