Shades of Kelly Green #5FD030
Tints of Kelly Green #5FD030
RGB
CMYK
RGB Variations
Color information
#5FD030 (or 0x5FD030) is known color: Kelly Green. HEX triplet: 5F, D0 and 30. RGB value is (95,208,48). Sum of RGB (Red+Green+Blue) = 95+208+48=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD030 is #A02FCF. Grayscale: #9C9C9C. Windows color (decimal): -10498000 or 3199071. OLE color: 3199071.
HSL color Cylindrical-coordinate representation of color #5FD030: hue angle of 102.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FD030 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 48 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.18 |
| HSL | 102.38º | 0.63% | 0.5% | - |
| HSV(B) | 102.38º | 0.77% | 0.82% | - |
| XYZ | 27.81 | 47.76 | 10.55 | - |
| YUV | 155.97 | 67.06 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 48 | 0.54 | 0 | 0.77 | 0.18 | 102.38 | 0.63 | 0.5 |
| Hex | 5F | D0 | 30 | 36 | 0 | 4D | 12 | 66 | 3F | 32 |
| Octal | 137 | 320 | 60 | 66 | 0 | 115 | 22 | 146 | 77 | 62 |
| Binary | 1011111 | 11010000 | 110000 | 110110 | 0 | 1001101 | 10010 | 1100110 | 111111 | 110010 |
Color Harmonies of #5FD030
Complementary color
Monochromatic Colors of #5FD030
Black with #5FD030
Text Example
Text Example
White with #5FD030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD030; }
p { color: rgb(95,208,48); }
H1.HeaderClassName
{
color: #5FD030;
}
.AnyTagClassName
{
color: #5FD030;
}
</style>
background-color css
<style>
a { background-color: #5FD030; }
a { background-color: rgb(95,208,48); }
div.DivClassName
{
background-color: #5FD030;
}
.BgClassName
{
background-color: #5FD030;
}
</style>
border-color css
<style>
span { border-color: #5FD030; }
span { border-color: rgb(95,208,48); }
td.TdClassName
{
border-color: #5FD030;
}
.TagClassName
{
border-color: #5FD030;
}
</style>