Shades of Kelly Green #5FB30C
Tints of Kelly Green #5FB30C
RGB
CMYK
RGB Variations
Color information
#5FB30C (or 0x5FB30C) is known color: Kelly Green. HEX triplet: 5F, B3 and 0C. RGB value is (95,179,12). Sum of RGB (Red+Green+Blue) = 95+179+12=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB30C is #A04CF3. Grayscale: #878787. Windows color (decimal): -10505460 or 832351. OLE color: 832351.
HSL color Cylindrical-coordinate representation of color #5FB30C: hue angle of 90.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FB30C is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 12 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.30 |
| HSL | 90.18º | 0.87% | 0.37% | - |
| HSV(B) | 90.18º | 0.93% | 0.7% | - |
| XYZ | 20.91 | 34.7 | 5.94 | - |
| YUV | 134.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 12 | 0.47 | 0 | 0.93 | 0.30 | 90.18 | 0.87 | 0.37 |
| Hex | 5F | B3 | C | 2F | 0 | 5D | 1E | 5A | 57 | 25 |
| Octal | 137 | 263 | 14 | 57 | 0 | 135 | 36 | 132 | 127 | 45 |
| Binary | 1011111 | 10110011 | 1100 | 101111 | 0 | 1011101 | 11110 | 1011010 | 1010111 | 100101 |
Color Harmonies of #5FB30C
Complementary color
Monochromatic Colors of #5FB30C
Black with #5FB30C
Text Example
Text Example
White with #5FB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB30C; }
p { color: rgb(95,179,12); }
H1.HeaderClassName
{
color: #5FB30C;
}
.AnyTagClassName
{
color: #5FB30C;
}
</style>
background-color css
<style>
a { background-color: #5FB30C; }
a { background-color: rgb(95,179,12); }
div.DivClassName
{
background-color: #5FB30C;
}
.BgClassName
{
background-color: #5FB30C;
}
</style>
border-color css
<style>
span { border-color: #5FB30C; }
span { border-color: rgb(95,179,12); }
td.TdClassName
{
border-color: #5FB30C;
}
.TagClassName
{
border-color: #5FB30C;
}
</style>