Shades of Kelly Green #5FE330
Tints of Kelly Green #5FE330
RGB
CMYK
RGB Variations
Color information
#5FE330 (or 0x5FE330) is known color: Kelly Green. HEX triplet: 5F, E3 and 30. RGB value is (95,227,48). Sum of RGB (Red+Green+Blue) = 95+227+48=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 227 (89.06% from 255 or 61.35% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE330 is #A01CCF. Grayscale: #A7A7A7. Windows color (decimal): -10493136 or 3203935. OLE color: 3203935.
HSL color Cylindrical-coordinate representation of color #5FE330: hue angle of 104.25º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FE330 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 48 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.11 |
| HSL | 104.25º | 0.76% | 0.54% | - |
| HSV(B) | 104.25º | 0.79% | 0.89% | - |
| XYZ | 32.72 | 57.58 | 12.19 | - |
| YUV | 167.13 | 60.77 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 48 | 0.58 | 0 | 0.79 | 0.11 | 104.25 | 0.76 | 0.54 |
| Hex | 5F | E3 | 30 | 3A | 0 | 4F | B | 68 | 4C | 36 |
| Octal | 137 | 343 | 60 | 72 | 0 | 117 | 13 | 150 | 114 | 66 |
| Binary | 1011111 | 11100011 | 110000 | 111010 | 0 | 1001111 | 1011 | 1101000 | 1001100 | 110110 |
Color Harmonies of #5FE330
Complementary color
Monochromatic Colors of #5FE330
Black with #5FE330
Text Example
Text Example
White with #5FE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE330; }
p { color: rgb(95,227,48); }
H1.HeaderClassName
{
color: #5FE330;
}
.AnyTagClassName
{
color: #5FE330;
}
</style>
background-color css
<style>
a { background-color: #5FE330; }
a { background-color: rgb(95,227,48); }
div.DivClassName
{
background-color: #5FE330;
}
.BgClassName
{
background-color: #5FE330;
}
</style>
border-color css
<style>
span { border-color: #5FE330; }
span { border-color: rgb(95,227,48); }
td.TdClassName
{
border-color: #5FE330;
}
.TagClassName
{
border-color: #5FE330;
}
</style>