Shades of Kelly Green #42DB08
Tints of Kelly Green #42DB08
RGB
CMYK
RGB Variations
Color information
#42DB08 (or 0x42DB08) is known color: Kelly Green. HEX triplet: 42, DB and 08. RGB value is (66,219,8). Sum of RGB (Red+Green+Blue) = 66+219+8=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 219 (85.94% from 255 or 74.74% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DB08 is #BD24F7. Grayscale: #959595. Windows color (decimal): -12395768 or 580418. OLE color: 580418.
HSL color Cylindrical-coordinate representation of color #42DB08: hue angle of 103.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42DB08 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.14 |
| HSL | 103.51º | 0.93% | 0.45% | - |
| HSV(B) | 103.51º | 0.96% | 0.86% | - |
| XYZ | 27.62 | 51.84 | 8.78 | - |
| YUV | 149.2 | 48.31 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 8 | 0.70 | 0 | 0.96 | 0.14 | 103.51 | 0.93 | 0.45 |
| Hex | 42 | DB | 8 | 46 | 0 | 60 | E | 68 | 5D | 2D |
| Octal | 102 | 333 | 10 | 106 | 0 | 140 | 16 | 150 | 135 | 55 |
| Binary | 1000010 | 11011011 | 1000 | 1000110 | 0 | 1100000 | 1110 | 1101000 | 1011101 | 101101 |
Color Harmonies of #42DB08
Complementary color
Monochromatic Colors of #42DB08
Black with #42DB08
Text Example
Text Example
White with #42DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DB08; }
p { color: rgb(66,219,8); }
H1.HeaderClassName
{
color: #42DB08;
}
.AnyTagClassName
{
color: #42DB08;
}
</style>
background-color css
<style>
a { background-color: #42DB08; }
a { background-color: rgb(66,219,8); }
div.DivClassName
{
background-color: #42DB08;
}
.BgClassName
{
background-color: #42DB08;
}
</style>
border-color css
<style>
span { border-color: #42DB08; }
span { border-color: rgb(66,219,8); }
td.TdClassName
{
border-color: #42DB08;
}
.TagClassName
{
border-color: #42DB08;
}
</style>