Shades of Kelly Green #5FD730
Tints of Kelly Green #5FD730
RGB
CMYK
RGB Variations
Color information
#5FD730 (or 0x5FD730) is known color: Kelly Green. HEX triplet: 5F, D7 and 30. RGB value is (95,215,48). Sum of RGB (Red+Green+Blue) = 95+215+48=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD730 is #A028CF. Grayscale: #A0A0A0. Windows color (decimal): -10496208 or 3200863. OLE color: 3200863.
HSL color Cylindrical-coordinate representation of color #5FD730: hue angle of 103.11º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FD730 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 48 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.16 |
| HSL | 103.11º | 0.68% | 0.52% | - |
| HSV(B) | 103.11º | 0.78% | 0.84% | - |
| XYZ | 29.55 | 51.25 | 11.13 | - |
| YUV | 160.08 | 64.74 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 48 | 0.56 | 0 | 0.78 | 0.16 | 103.11 | 0.68 | 0.52 |
| Hex | 5F | D7 | 30 | 38 | 0 | 4E | 10 | 67 | 44 | 34 |
| Octal | 137 | 327 | 60 | 70 | 0 | 116 | 20 | 147 | 104 | 64 |
| Binary | 1011111 | 11010111 | 110000 | 111000 | 0 | 1001110 | 10000 | 1100111 | 1000100 | 110100 |
Color Harmonies of #5FD730
Complementary color
Monochromatic Colors of #5FD730
Black with #5FD730
Text Example
Text Example
White with #5FD730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD730; }
p { color: rgb(95,215,48); }
H1.HeaderClassName
{
color: #5FD730;
}
.AnyTagClassName
{
color: #5FD730;
}
</style>
background-color css
<style>
a { background-color: #5FD730; }
a { background-color: rgb(95,215,48); }
div.DivClassName
{
background-color: #5FD730;
}
.BgClassName
{
background-color: #5FD730;
}
</style>
border-color css
<style>
span { border-color: #5FD730; }
span { border-color: rgb(95,215,48); }
td.TdClassName
{
border-color: #5FD730;
}
.TagClassName
{
border-color: #5FD730;
}
</style>