Shades of Kelly Green #5FDD2B
Tints of Kelly Green #5FDD2B
RGB
CMYK
RGB Variations
Color information
#5FDD2B (or 0x5FDD2B) is known color: Kelly Green. HEX triplet: 5F, DD and 2B. RGB value is (95,221,43). Sum of RGB (Red+Green+Blue) = 95+221+43=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDD2B is #A022D4. Grayscale: #A3A3A3. Windows color (decimal): -10494677 or 2874719. OLE color: 2874719.
HSL color Cylindrical-coordinate representation of color #5FDD2B: hue angle of 102.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FDD2B is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 43 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.13 |
| HSL | 102.47º | 0.72% | 0.52% | - |
| HSV(B) | 102.47º | 0.81% | 0.87% | - |
| XYZ | 31.01 | 54.32 | 11.14 | - |
| YUV | 163.03 | 60.26 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 43 | 0.57 | 0 | 0.81 | 0.13 | 102.47 | 0.72 | 0.52 |
| Hex | 5F | DD | 2B | 39 | 0 | 51 | D | 66 | 48 | 34 |
| Octal | 137 | 335 | 53 | 71 | 0 | 121 | 15 | 146 | 110 | 64 |
| Binary | 1011111 | 11011101 | 101011 | 111001 | 0 | 1010001 | 1101 | 1100110 | 1001000 | 110100 |
Color Harmonies of #5FDD2B
Complementary color
Monochromatic Colors of #5FDD2B
Black with #5FDD2B
Text Example
Text Example
White with #5FDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD2B; }
p { color: rgb(95,221,43); }
H1.HeaderClassName
{
color: #5FDD2B;
}
.AnyTagClassName
{
color: #5FDD2B;
}
</style>
background-color css
<style>
a { background-color: #5FDD2B; }
a { background-color: rgb(95,221,43); }
div.DivClassName
{
background-color: #5FDD2B;
}
.BgClassName
{
background-color: #5FDD2B;
}
</style>
border-color css
<style>
span { border-color: #5FDD2B; }
span { border-color: rgb(95,221,43); }
td.TdClassName
{
border-color: #5FDD2B;
}
.TagClassName
{
border-color: #5FDD2B;
}
</style>