Shades of Kelly Green #5ACF2D
Tints of Kelly Green #5ACF2D
RGB
CMYK
RGB Variations
Color information
#5ACF2D (or 0x5ACF2D) is known color: Kelly Green. HEX triplet: 5A, CF and 2D. RGB value is (90,207,45). Sum of RGB (Red+Green+Blue) = 90+207+45=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF2D is #A530D2. Grayscale: #9A9A9A. Windows color (decimal): -10825939 or 3002202. OLE color: 3002202.
HSL color Cylindrical-coordinate representation of color #5ACF2D: hue angle of 103.33º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5ACF2D is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 45 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.19 |
| HSL | 103.33º | 0.64% | 0.49% | - |
| HSV(B) | 103.33º | 0.78% | 0.81% | - |
| XYZ | 27 | 46.99 | 10.13 | - |
| YUV | 153.55 | 66.74 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 45 | 0.57 | 0 | 0.78 | 0.19 | 103.33 | 0.64 | 0.49 |
| Hex | 5A | CF | 2D | 39 | 0 | 4E | 13 | 67 | 40 | 31 |
| Octal | 132 | 317 | 55 | 71 | 0 | 116 | 23 | 147 | 100 | 61 |
| Binary | 1011010 | 11001111 | 101101 | 111001 | 0 | 1001110 | 10011 | 1100111 | 1000000 | 110001 |
Color Harmonies of #5ACF2D
Complementary color
Monochromatic Colors of #5ACF2D
Black with #5ACF2D
Text Example
Text Example
White with #5ACF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF2D; }
p { color: rgb(90,207,45); }
H1.HeaderClassName
{
color: #5ACF2D;
}
.AnyTagClassName
{
color: #5ACF2D;
}
</style>
background-color css
<style>
a { background-color: #5ACF2D; }
a { background-color: rgb(90,207,45); }
div.DivClassName
{
background-color: #5ACF2D;
}
.BgClassName
{
background-color: #5ACF2D;
}
</style>
border-color css
<style>
span { border-color: #5ACF2D; }
span { border-color: rgb(90,207,45); }
td.TdClassName
{
border-color: #5ACF2D;
}
.TagClassName
{
border-color: #5ACF2D;
}
</style>