Shades of Kelly Green #42D908
Tints of Kelly Green #42D908
RGB
CMYK
RGB Variations
Color information
#42D908 (or 0x42D908) is known color: Kelly Green. HEX triplet: 42, D9 and 08. RGB value is (66,217,8). Sum of RGB (Red+Green+Blue) = 66+217+8=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 217 (85.16% from 255 or 74.57% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 217 - color contains mainly: green. Hex color #42D908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D908 is #BD26F7. Grayscale: #949494. Windows color (decimal): -12396280 or 579906. OLE color: 579906.
HSL color Cylindrical-coordinate representation of color #42D908: hue angle of 103.35º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42D908 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.15 |
| HSL | 103.35º | 0.93% | 0.44% | - |
| HSV(B) | 103.35º | 0.96% | 0.85% | - |
| XYZ | 27.1 | 50.8 | 8.61 | - |
| YUV | 148.03 | 48.97 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 8 | 0.70 | 0 | 0.96 | 0.15 | 103.35 | 0.93 | 0.44 |
| Hex | 42 | D9 | 8 | 46 | 0 | 60 | F | 67 | 5D | 2C |
| Octal | 102 | 331 | 10 | 106 | 0 | 140 | 17 | 147 | 135 | 54 |
| Binary | 1000010 | 11011001 | 1000 | 1000110 | 0 | 1100000 | 1111 | 1100111 | 1011101 | 101100 |
Color Harmonies of #42D908
Complementary color
Monochromatic Colors of #42D908
Black with #42D908
Text Example
Text Example
White with #42D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D908; }
p { color: rgb(66,217,8); }
H1.HeaderClassName
{
color: #42D908;
}
.AnyTagClassName
{
color: #42D908;
}
</style>
background-color css
<style>
a { background-color: #42D908; }
a { background-color: rgb(66,217,8); }
div.DivClassName
{
background-color: #42D908;
}
.BgClassName
{
background-color: #42D908;
}
</style>
border-color css
<style>
span { border-color: #42D908; }
span { border-color: rgb(66,217,8); }
td.TdClassName
{
border-color: #42D908;
}
.TagClassName
{
border-color: #42D908;
}
</style>