Shades of Kelly Green #5FCA08
Tints of Kelly Green #5FCA08
RGB
CMYK
RGB Variations
Color information
#5FCA08 (or 0x5FCA08) is known color: Kelly Green. HEX triplet: 5F, CA and 08. RGB value is (95,202,8). Sum of RGB (Red+Green+Blue) = 95+202+8=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCA08 is #A035F7. Grayscale: #949494. Windows color (decimal): -10499576 or 576095. OLE color: 576095.
HSL color Cylindrical-coordinate representation of color #5FCA08: hue angle of 93.09º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FCA08 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 8 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.21 |
| HSL | 93.09º | 0.92% | 0.41% | - |
| HSV(B) | 93.09º | 0.96% | 0.79% | - |
| XYZ | 25.88 | 44.69 | 7.49 | - |
| YUV | 147.89 | 49.05 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 8 | 0.53 | 0 | 0.96 | 0.21 | 93.09 | 0.92 | 0.41 |
| Hex | 5F | CA | 8 | 35 | 0 | 60 | 15 | 5D | 5C | 29 |
| Octal | 137 | 312 | 10 | 65 | 0 | 140 | 25 | 135 | 134 | 51 |
| Binary | 1011111 | 11001010 | 1000 | 110101 | 0 | 1100000 | 10101 | 1011101 | 1011100 | 101001 |
Color Harmonies of #5FCA08
Complementary color
Monochromatic Colors of #5FCA08
Black with #5FCA08
Text Example
Text Example
White with #5FCA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA08; }
p { color: rgb(95,202,8); }
H1.HeaderClassName
{
color: #5FCA08;
}
.AnyTagClassName
{
color: #5FCA08;
}
</style>
background-color css
<style>
a { background-color: #5FCA08; }
a { background-color: rgb(95,202,8); }
div.DivClassName
{
background-color: #5FCA08;
}
.BgClassName
{
background-color: #5FCA08;
}
</style>
border-color css
<style>
span { border-color: #5FCA08; }
span { border-color: rgb(95,202,8); }
td.TdClassName
{
border-color: #5FCA08;
}
.TagClassName
{
border-color: #5FCA08;
}
</style>