Shades of Kelly Green #5ACF31
Tints of Kelly Green #5ACF31
RGB
CMYK
RGB Variations
Color information
#5ACF31 (or 0x5ACF31) is known color: Kelly Green. HEX triplet: 5A, CF and 31. RGB value is (90,207,49). Sum of RGB (Red+Green+Blue) = 90+207+49=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF31 is #A530CE. Grayscale: #9A9A9A. Windows color (decimal): -10825935 or 3264346. OLE color: 3264346.
HSL color Cylindrical-coordinate representation of color #5ACF31: hue angle of 104.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5ACF31 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 49 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.19 |
| HSL | 104.43º | 0.62% | 0.5% | - |
| HSV(B) | 104.43º | 0.76% | 0.81% | - |
| XYZ | 27.08 | 47.02 | 10.55 | - |
| YUV | 154.01 | 68.74 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 49 | 0.57 | 0 | 0.76 | 0.19 | 104.43 | 0.62 | 0.5 |
| Hex | 5A | CF | 31 | 39 | 0 | 4C | 13 | 68 | 3E | 32 |
| Octal | 132 | 317 | 61 | 71 | 0 | 114 | 23 | 150 | 76 | 62 |
| Binary | 1011010 | 11001111 | 110001 | 111001 | 0 | 1001100 | 10011 | 1101000 | 111110 | 110010 |
Color Harmonies of #5ACF31
Complementary color
Monochromatic Colors of #5ACF31
Black with #5ACF31
Text Example
Text Example
White with #5ACF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF31; }
p { color: rgb(90,207,49); }
H1.HeaderClassName
{
color: #5ACF31;
}
.AnyTagClassName
{
color: #5ACF31;
}
</style>
background-color css
<style>
a { background-color: #5ACF31; }
a { background-color: rgb(90,207,49); }
div.DivClassName
{
background-color: #5ACF31;
}
.BgClassName
{
background-color: #5ACF31;
}
</style>
border-color css
<style>
span { border-color: #5ACF31; }
span { border-color: rgb(90,207,49); }
td.TdClassName
{
border-color: #5ACF31;
}
.TagClassName
{
border-color: #5ACF31;
}
</style>