Shades of Kelly Green #5ACF19
Tints of Kelly Green #5ACF19
RGB
CMYK
RGB Variations
Color information
#5ACF19 (or 0x5ACF19) is known color: Kelly Green. HEX triplet: 5A, CF and 19. RGB value is (90,207,25). Sum of RGB (Red+Green+Blue) = 90+207+25=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACF19 is #A530E6. Grayscale: #979797. Windows color (decimal): -10825959 or 1691482. OLE color: 1691482.
HSL color Cylindrical-coordinate representation of color #5ACF19: hue angle of 98.57º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5ACF19 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 25 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.19 |
| HSL | 98.57º | 0.78% | 0.45% | - |
| HSV(B) | 98.57º | 0.88% | 0.81% | - |
| XYZ | 26.7 | 46.87 | 8.56 | - |
| YUV | 151.27 | 56.74 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 25 | 0.57 | 0 | 0.88 | 0.19 | 98.57 | 0.78 | 0.45 |
| Hex | 5A | CF | 19 | 39 | 0 | 58 | 13 | 63 | 4E | 2D |
| Octal | 132 | 317 | 31 | 71 | 0 | 130 | 23 | 143 | 116 | 55 |
| Binary | 1011010 | 11001111 | 11001 | 111001 | 0 | 1011000 | 10011 | 1100011 | 1001110 | 101101 |
Color Harmonies of #5ACF19
Complementary color
Monochromatic Colors of #5ACF19
Black with #5ACF19
Text Example
Text Example
White with #5ACF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF19; }
p { color: rgb(90,207,25); }
H1.HeaderClassName
{
color: #5ACF19;
}
.AnyTagClassName
{
color: #5ACF19;
}
</style>
background-color css
<style>
a { background-color: #5ACF19; }
a { background-color: rgb(90,207,25); }
div.DivClassName
{
background-color: #5ACF19;
}
.BgClassName
{
background-color: #5ACF19;
}
</style>
border-color css
<style>
span { border-color: #5ACF19; }
span { border-color: rgb(90,207,25); }
td.TdClassName
{
border-color: #5ACF19;
}
.TagClassName
{
border-color: #5ACF19;
}
</style>