Shades of Kelly Green #42B407
Tints of Kelly Green #42B407
RGB
CMYK
RGB Variations
Color information
#42B407 (or 0x42B407) is known color: Kelly Green. HEX triplet: 42, B4 and 07. RGB value is (66,180,7). Sum of RGB (Red+Green+Blue) = 66+180+7=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #42B407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B407 is #BD4BF8. Grayscale: #7E7E7E. Windows color (decimal): -12405753 or 504898. OLE color: 504898.
HSL color Cylindrical-coordinate representation of color #42B407: hue angle of 99.54º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42B407 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 7 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.29 |
| HSL | 99.54º | 0.93% | 0.37% | - |
| HSV(B) | 99.54º | 0.96% | 0.71% | - |
| XYZ | 18.61 | 33.82 | 5.75 | - |
| YUV | 126.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 7 | 0.63 | 0 | 0.96 | 0.29 | 99.54 | 0.93 | 0.37 |
| Hex | 42 | B4 | 7 | 3F | 0 | 60 | 1D | 64 | 5D | 25 |
| Octal | 102 | 264 | 7 | 77 | 0 | 140 | 35 | 144 | 135 | 45 |
| Binary | 1000010 | 10110100 | 111 | 111111 | 0 | 1100000 | 11101 | 1100100 | 1011101 | 100101 |
Color Harmonies of #42B407
Complementary color
Monochromatic Colors of #42B407
Black with #42B407
Text Example
Text Example
White with #42B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B407; }
p { color: rgb(66,180,7); }
H1.HeaderClassName
{
color: #42B407;
}
.AnyTagClassName
{
color: #42B407;
}
</style>
background-color css
<style>
a { background-color: #42B407; }
a { background-color: rgb(66,180,7); }
div.DivClassName
{
background-color: #42B407;
}
.BgClassName
{
background-color: #42B407;
}
</style>
border-color css
<style>
span { border-color: #42B407; }
span { border-color: rgb(66,180,7); }
td.TdClassName
{
border-color: #42B407;
}
.TagClassName
{
border-color: #42B407;
}
</style>