Shades of Kelly Green #5FB307
Tints of Kelly Green #5FB307
RGB
CMYK
RGB Variations
Color information
#5FB307 (or 0x5FB307) is known color: Kelly Green. HEX triplet: 5F, B3 and 07. RGB value is (95,179,7). Sum of RGB (Red+Green+Blue) = 95+179+7=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB307 is #A04CF8. Grayscale: #868686. Windows color (decimal): -10505465 or 504671. OLE color: 504671.
HSL color Cylindrical-coordinate representation of color #5FB307: hue angle of 89.3º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FB307 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 7 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.30 |
| HSL | 89.3º | 0.92% | 0.36% | - |
| HSV(B) | 89.3º | 0.96% | 0.7% | - |
| XYZ | 20.88 | 34.69 | 5.8 | - |
| YUV | 134.28 | 56.17 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 7 | 0.47 | 0 | 0.96 | 0.30 | 89.3 | 0.92 | 0.36 |
| Hex | 5F | B3 | 7 | 2F | 0 | 60 | 1E | 59 | 5C | 24 |
| Octal | 137 | 263 | 7 | 57 | 0 | 140 | 36 | 131 | 134 | 44 |
| Binary | 1011111 | 10110011 | 111 | 101111 | 0 | 1100000 | 11110 | 1011001 | 1011100 | 100100 |
Color Harmonies of #5FB307
Complementary color
Monochromatic Colors of #5FB307
Black with #5FB307
Text Example
Text Example
White with #5FB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB307; }
p { color: rgb(95,179,7); }
H1.HeaderClassName
{
color: #5FB307;
}
.AnyTagClassName
{
color: #5FB307;
}
</style>
background-color css
<style>
a { background-color: #5FB307; }
a { background-color: rgb(95,179,7); }
div.DivClassName
{
background-color: #5FB307;
}
.BgClassName
{
background-color: #5FB307;
}
</style>
border-color css
<style>
span { border-color: #5FB307; }
span { border-color: rgb(95,179,7); }
td.TdClassName
{
border-color: #5FB307;
}
.TagClassName
{
border-color: #5FB307;
}
</style>