Shades of Kelly Green #5FCE03
Tints of Kelly Green #5FCE03
RGB
CMYK
RGB Variations
Color information
#5FCE03 (or 0x5FCE03) is known color: Kelly Green. HEX triplet: 5F, CE and 03. RGB value is (95,206,3). Sum of RGB (Red+Green+Blue) = 95+206+3=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 206 (80.86% from 255 or 67.76% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCE03 is #A031FC. Grayscale: #969696. Windows color (decimal): -10498557 or 249439. OLE color: 249439.
HSL color Cylindrical-coordinate representation of color #5FCE03: hue angle of 92.81º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FCE03 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 3 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.19 |
| HSL | 92.81º | 0.97% | 0.41% | - |
| HSV(B) | 92.81º | 0.99% | 0.81% | - |
| XYZ | 26.81 | 46.58 | 7.66 | - |
| YUV | 149.67 | 45.23 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 3 | 0.54 | 0 | 0.99 | 0.19 | 92.81 | 0.97 | 0.41 |
| Hex | 5F | CE | 3 | 36 | 0 | 63 | 13 | 5D | 61 | 29 |
| Octal | 137 | 316 | 3 | 66 | 0 | 143 | 23 | 135 | 141 | 51 |
| Binary | 1011111 | 11001110 | 11 | 110110 | 0 | 1100011 | 10011 | 1011101 | 1100001 | 101001 |
Color Harmonies of #5FCE03
Complementary color
Monochromatic Colors of #5FCE03
Black with #5FCE03
Text Example
Text Example
White with #5FCE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE03; }
p { color: rgb(95,206,3); }
H1.HeaderClassName
{
color: #5FCE03;
}
.AnyTagClassName
{
color: #5FCE03;
}
</style>
background-color css
<style>
a { background-color: #5FCE03; }
a { background-color: rgb(95,206,3); }
div.DivClassName
{
background-color: #5FCE03;
}
.BgClassName
{
background-color: #5FCE03;
}
</style>
border-color css
<style>
span { border-color: #5FCE03; }
span { border-color: rgb(95,206,3); }
td.TdClassName
{
border-color: #5FCE03;
}
.TagClassName
{
border-color: #5FCE03;
}
</style>