Shades of Kelly Green #5ACF2E
Tints of Kelly Green #5ACF2E
RGB
CMYK
RGB Variations
Color information
#5ACF2E (or 0x5ACF2E) is known color: Kelly Green. HEX triplet: 5A, CF and 2E. RGB value is (90,207,46). Sum of RGB (Red+Green+Blue) = 90+207+46=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF2E is #A530D1. Grayscale: #9A9A9A. Windows color (decimal): -10825938 or 3067738. OLE color: 3067738.
HSL color Cylindrical-coordinate representation of color #5ACF2E: hue angle of 103.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5ACF2E is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 46 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.19 |
| HSL | 103.6º | 0.64% | 0.5% | - |
| HSV(B) | 103.6º | 0.78% | 0.81% | - |
| XYZ | 27.02 | 47 | 10.23 | - |
| YUV | 153.66 | 67.24 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 46 | 0.57 | 0 | 0.78 | 0.19 | 103.6 | 0.64 | 0.5 |
| Hex | 5A | CF | 2E | 39 | 0 | 4E | 13 | 68 | 40 | 32 |
| Octal | 132 | 317 | 56 | 71 | 0 | 116 | 23 | 150 | 100 | 62 |
| Binary | 1011010 | 11001111 | 101110 | 111001 | 0 | 1001110 | 10011 | 1101000 | 1000000 | 110010 |
Color Harmonies of #5ACF2E
Complementary color
Monochromatic Colors of #5ACF2E
Black with #5ACF2E
Text Example
Text Example
White with #5ACF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF2E; }
p { color: rgb(90,207,46); }
H1.HeaderClassName
{
color: #5ACF2E;
}
.AnyTagClassName
{
color: #5ACF2E;
}
</style>
background-color css
<style>
a { background-color: #5ACF2E; }
a { background-color: rgb(90,207,46); }
div.DivClassName
{
background-color: #5ACF2E;
}
.BgClassName
{
background-color: #5ACF2E;
}
</style>
border-color css
<style>
span { border-color: #5ACF2E; }
span { border-color: rgb(90,207,46); }
td.TdClassName
{
border-color: #5ACF2E;
}
.TagClassName
{
border-color: #5ACF2E;
}
</style>