Shades of Kelly Green #5FBC2C
Tints of Kelly Green #5FBC2C
RGB
CMYK
RGB Variations
Color information
#5FBC2C (or 0x5FBC2C) is known color: Kelly Green. HEX triplet: 5F, BC and 2C. RGB value is (95,188,44). Sum of RGB (Red+Green+Blue) = 95+188+44=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC2C is #A043D3. Grayscale: #909090. Windows color (decimal): -10503124 or 2931807. OLE color: 2931807.
HSL color Cylindrical-coordinate representation of color #5FBC2C: hue angle of 98.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FBC2C is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 44 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.26 |
| HSL | 98.75º | 0.62% | 0.45% | - |
| HSV(B) | 98.75º | 0.77% | 0.74% | - |
| XYZ | 23.16 | 38.58 | 8.61 | - |
| YUV | 143.78 | 71.69 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 44 | 0.49 | 0 | 0.77 | 0.26 | 98.75 | 0.62 | 0.45 |
| Hex | 5F | BC | 2C | 31 | 0 | 4D | 1A | 63 | 3E | 2D |
| Octal | 137 | 274 | 54 | 61 | 0 | 115 | 32 | 143 | 76 | 55 |
| Binary | 1011111 | 10111100 | 101100 | 110001 | 0 | 1001101 | 11010 | 1100011 | 111110 | 101101 |
Color Harmonies of #5FBC2C
Complementary color
Monochromatic Colors of #5FBC2C
Black with #5FBC2C
Text Example
Text Example
White with #5FBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC2C; }
p { color: rgb(95,188,44); }
H1.HeaderClassName
{
color: #5FBC2C;
}
.AnyTagClassName
{
color: #5FBC2C;
}
</style>
background-color css
<style>
a { background-color: #5FBC2C; }
a { background-color: rgb(95,188,44); }
div.DivClassName
{
background-color: #5FBC2C;
}
.BgClassName
{
background-color: #5FBC2C;
}
</style>
border-color css
<style>
span { border-color: #5FBC2C; }
span { border-color: rgb(95,188,44); }
td.TdClassName
{
border-color: #5FBC2C;
}
.TagClassName
{
border-color: #5FBC2C;
}
</style>