Shades of Kelly Green #5ACF27
Tints of Kelly Green #5ACF27
RGB
CMYK
RGB Variations
Color information
#5ACF27 (or 0x5ACF27) is known color: Kelly Green. HEX triplet: 5A, CF and 27. RGB value is (90,207,39). Sum of RGB (Red+Green+Blue) = 90+207+39=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF27 is #A530D8. Grayscale: #999999. Windows color (decimal): -10825945 or 2608986. OLE color: 2608986.
HSL color Cylindrical-coordinate representation of color #5ACF27: hue angle of 101.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5ACF27 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 39 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.19 |
| HSL | 101.79º | 0.68% | 0.48% | - |
| HSV(B) | 101.79º | 0.81% | 0.81% | - |
| XYZ | 26.9 | 46.95 | 9.56 | - |
| YUV | 152.87 | 63.74 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 39 | 0.57 | 0 | 0.81 | 0.19 | 101.79 | 0.68 | 0.48 |
| Hex | 5A | CF | 27 | 39 | 0 | 51 | 13 | 66 | 44 | 30 |
| Octal | 132 | 317 | 47 | 71 | 0 | 121 | 23 | 146 | 104 | 60 |
| Binary | 1011010 | 11001111 | 100111 | 111001 | 0 | 1010001 | 10011 | 1100110 | 1000100 | 110000 |
Color Harmonies of #5ACF27
Complementary color
Monochromatic Colors of #5ACF27
Black with #5ACF27
Text Example
Text Example
White with #5ACF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF27; }
p { color: rgb(90,207,39); }
H1.HeaderClassName
{
color: #5ACF27;
}
.AnyTagClassName
{
color: #5ACF27;
}
</style>
background-color css
<style>
a { background-color: #5ACF27; }
a { background-color: rgb(90,207,39); }
div.DivClassName
{
background-color: #5ACF27;
}
.BgClassName
{
background-color: #5ACF27;
}
</style>
border-color css
<style>
span { border-color: #5ACF27; }
span { border-color: rgb(90,207,39); }
td.TdClassName
{
border-color: #5ACF27;
}
.TagClassName
{
border-color: #5ACF27;
}
</style>