Shades of Kelly Green #42B500
Tints of Kelly Green #42B500
RGB
CMYK
RGB Variations
Color information
#42B500 (or 0x42B500) is known color: Kelly Green. HEX triplet: 42, B5 and 00. RGB value is (66,181,0). Sum of RGB (Red+Green+Blue) = 66+181+0=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 181 (71.09% from 255 or 73.28% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 181 - color contains mainly: green. Hex color #42B500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B500 is #BD4AFF. Grayscale: #7E7E7E. Windows color (decimal): -12405504 or 46402. OLE color: 46402.
HSL color Cylindrical-coordinate representation of color #42B500: hue angle of 98.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42B500 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 181 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.29 |
| HSL | 98.12º | 1% | 0.35% | - |
| HSV(B) | 98.12º | 1% | 0.71% | - |
| XYZ | 18.77 | 34.21 | 5.61 | - |
| YUV | 125.98 | 56.9 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 0 | 0.64 | 0 | 1 | 0.29 | 98.12 | 1 | 0.35 |
| Hex | 42 | B5 | 0 | 40 | 0 | 64 | 1D | 62 | 64 | 23 |
| Octal | 102 | 265 | 0 | 100 | 0 | 144 | 35 | 142 | 144 | 43 |
| Binary | 1000010 | 10110101 | 0 | 1000000 | 0 | 1100100 | 11101 | 1100010 | 1100100 | 100011 |
Color Harmonies of #42B500
Complementary color
Monochromatic Colors of #42B500
Black with #42B500
Text Example
Text Example
White with #42B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B500; }
p { color: rgb(66,181,0); }
H1.HeaderClassName
{
color: #42B500;
}
.AnyTagClassName
{
color: #42B500;
}
</style>
background-color css
<style>
a { background-color: #42B500; }
a { background-color: rgb(66,181,0); }
div.DivClassName
{
background-color: #42B500;
}
.BgClassName
{
background-color: #42B500;
}
</style>
border-color css
<style>
span { border-color: #42B500; }
span { border-color: rgb(66,181,0); }
td.TdClassName
{
border-color: #42B500;
}
.TagClassName
{
border-color: #42B500;
}
</style>