Shades of Kelly Green #5FCD2B
Tints of Kelly Green #5FCD2B
RGB
CMYK
RGB Variations
Color information
#5FCD2B (or 0x5FCD2B) is known color: Kelly Green. HEX triplet: 5F, CD and 2B. RGB value is (95,205,43). Sum of RGB (Red+Green+Blue) = 95+205+43=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD2B is #A032D4. Grayscale: #9A9A9A. Windows color (decimal): -10498773 or 2870623. OLE color: 2870623.
HSL color Cylindrical-coordinate representation of color #5FCD2B: hue angle of 100.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FCD2B is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 43 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.20 |
| HSL | 100.74º | 0.65% | 0.49% | - |
| HSV(B) | 100.74º | 0.79% | 0.8% | - |
| XYZ | 26.99 | 46.27 | 9.79 | - |
| YUV | 153.64 | 65.56 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 43 | 0.54 | 0 | 0.79 | 0.20 | 100.74 | 0.65 | 0.49 |
| Hex | 5F | CD | 2B | 36 | 0 | 4F | 14 | 65 | 41 | 31 |
| Octal | 137 | 315 | 53 | 66 | 0 | 117 | 24 | 145 | 101 | 61 |
| Binary | 1011111 | 11001101 | 101011 | 110110 | 0 | 1001111 | 10100 | 1100101 | 1000001 | 110001 |
Color Harmonies of #5FCD2B
Complementary color
Monochromatic Colors of #5FCD2B
Black with #5FCD2B
Text Example
Text Example
White with #5FCD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD2B; }
p { color: rgb(95,205,43); }
H1.HeaderClassName
{
color: #5FCD2B;
}
.AnyTagClassName
{
color: #5FCD2B;
}
</style>
background-color css
<style>
a { background-color: #5FCD2B; }
a { background-color: rgb(95,205,43); }
div.DivClassName
{
background-color: #5FCD2B;
}
.BgClassName
{
background-color: #5FCD2B;
}
</style>
border-color css
<style>
span { border-color: #5FCD2B; }
span { border-color: rgb(95,205,43); }
td.TdClassName
{
border-color: #5FCD2B;
}
.TagClassName
{
border-color: #5FCD2B;
}
</style>