Shades of Kelly Green #5FCF05
Tints of Kelly Green #5FCF05
RGB
CMYK
RGB Variations
Color information
#5FCF05 (or 0x5FCF05) is known color: Kelly Green. HEX triplet: 5F, CF and 05. RGB value is (95,207,5). Sum of RGB (Red+Green+Blue) = 95+207+5=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 207 (81.25% from 255 or 67.43% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCF05 is #A030FA. Grayscale: #979797. Windows color (decimal): -10498299 or 380767. OLE color: 380767.
HSL color Cylindrical-coordinate representation of color #5FCF05: hue angle of 93.27º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FCF05 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 5 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.19 |
| HSL | 93.27º | 0.95% | 0.42% | - |
| HSV(B) | 93.27º | 0.98% | 0.81% | - |
| XYZ | 27.06 | 47.07 | 7.8 | - |
| YUV | 150.48 | 45.89 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 5 | 0.54 | 0 | 0.98 | 0.19 | 93.27 | 0.95 | 0.42 |
| Hex | 5F | CF | 5 | 36 | 0 | 62 | 13 | 5D | 5F | 2A |
| Octal | 137 | 317 | 5 | 66 | 0 | 142 | 23 | 135 | 137 | 52 |
| Binary | 1011111 | 11001111 | 101 | 110110 | 0 | 1100010 | 10011 | 1011101 | 1011111 | 101010 |
Color Harmonies of #5FCF05
Complementary color
Monochromatic Colors of #5FCF05
Black with #5FCF05
Text Example
Text Example
White with #5FCF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF05; }
p { color: rgb(95,207,5); }
H1.HeaderClassName
{
color: #5FCF05;
}
.AnyTagClassName
{
color: #5FCF05;
}
</style>
background-color css
<style>
a { background-color: #5FCF05; }
a { background-color: rgb(95,207,5); }
div.DivClassName
{
background-color: #5FCF05;
}
.BgClassName
{
background-color: #5FCF05;
}
</style>
border-color css
<style>
span { border-color: #5FCF05; }
span { border-color: rgb(95,207,5); }
td.TdClassName
{
border-color: #5FCF05;
}
.TagClassName
{
border-color: #5FCF05;
}
</style>