Shades of Kelly Green #42BF08
Tints of Kelly Green #42BF08
RGB
CMYK
RGB Variations
Color information
#42BF08 (or 0x42BF08) is known color: Kelly Green. HEX triplet: 42, BF and 08. RGB value is (66,191,8). Sum of RGB (Red+Green+Blue) = 66+191+8=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BF08 is #BD40F7. Grayscale: #858585. Windows color (decimal): -12402936 or 573250. OLE color: 573250.
HSL color Cylindrical-coordinate representation of color #42BF08: hue angle of 100.98º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42BF08 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 8 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.25 |
| HSL | 100.98º | 0.92% | 0.39% | - |
| HSV(B) | 100.98º | 0.96% | 0.75% | - |
| XYZ | 20.92 | 38.44 | 6.55 | - |
| YUV | 132.76 | 57.59 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 8 | 0.65 | 0 | 0.96 | 0.25 | 100.98 | 0.92 | 0.39 |
| Hex | 42 | BF | 8 | 41 | 0 | 60 | 19 | 65 | 5C | 27 |
| Octal | 102 | 277 | 10 | 101 | 0 | 140 | 31 | 145 | 134 | 47 |
| Binary | 1000010 | 10111111 | 1000 | 1000001 | 0 | 1100000 | 11001 | 1100101 | 1011100 | 100111 |
Color Harmonies of #42BF08
Complementary color
Monochromatic Colors of #42BF08
Black with #42BF08
Text Example
Text Example
White with #42BF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF08; }
p { color: rgb(66,191,8); }
H1.HeaderClassName
{
color: #42BF08;
}
.AnyTagClassName
{
color: #42BF08;
}
</style>
background-color css
<style>
a { background-color: #42BF08; }
a { background-color: rgb(66,191,8); }
div.DivClassName
{
background-color: #42BF08;
}
.BgClassName
{
background-color: #42BF08;
}
</style>
border-color css
<style>
span { border-color: #42BF08; }
span { border-color: rgb(66,191,8); }
td.TdClassName
{
border-color: #42BF08;
}
.TagClassName
{
border-color: #42BF08;
}
</style>