Shades of Kelly Green #5FE326
Tints of Kelly Green #5FE326
RGB
CMYK
RGB Variations
Color information
#5FE326 (or 0x5FE326) is known color: Kelly Green. HEX triplet: 5F, E3 and 26. RGB value is (95,227,38). Sum of RGB (Red+Green+Blue) = 95+227+38=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE326 is #A01CD9. Grayscale: #A6A6A6. Windows color (decimal): -10493146 or 2548575. OLE color: 2548575.
HSL color Cylindrical-coordinate representation of color #5FE326: hue angle of 101.9º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FE326 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 38 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.11 |
| HSL | 101.9º | 0.77% | 0.52% | - |
| HSV(B) | 101.9º | 0.83% | 0.89% | - |
| XYZ | 32.54 | 57.51 | 11.22 | - |
| YUV | 165.99 | 55.77 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 38 | 0.58 | 0 | 0.83 | 0.11 | 101.9 | 0.77 | 0.52 |
| Hex | 5F | E3 | 26 | 3A | 0 | 53 | B | 66 | 4D | 34 |
| Octal | 137 | 343 | 46 | 72 | 0 | 123 | 13 | 146 | 115 | 64 |
| Binary | 1011111 | 11100011 | 100110 | 111010 | 0 | 1010011 | 1011 | 1100110 | 1001101 | 110100 |
Color Harmonies of #5FE326
Complementary color
Monochromatic Colors of #5FE326
Black with #5FE326
Text Example
Text Example
White with #5FE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE326; }
p { color: rgb(95,227,38); }
H1.HeaderClassName
{
color: #5FE326;
}
.AnyTagClassName
{
color: #5FE326;
}
</style>
background-color css
<style>
a { background-color: #5FE326; }
a { background-color: rgb(95,227,38); }
div.DivClassName
{
background-color: #5FE326;
}
.BgClassName
{
background-color: #5FE326;
}
</style>
border-color css
<style>
span { border-color: #5FE326; }
span { border-color: rgb(95,227,38); }
td.TdClassName
{
border-color: #5FE326;
}
.TagClassName
{
border-color: #5FE326;
}
</style>