Shades of Kelly Green #5ACF1C
Tints of Kelly Green #5ACF1C
RGB
CMYK
RGB Variations
Color information
#5ACF1C (or 0x5ACF1C) is known color: Kelly Green. HEX triplet: 5A, CF and 1C. RGB value is (90,207,28). Sum of RGB (Red+Green+Blue) = 90+207+28=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF1C is #A530E3. Grayscale: #989898. Windows color (decimal): -10825956 or 1888090. OLE color: 1888090.
HSL color Cylindrical-coordinate representation of color #5ACF1C: hue angle of 99.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5ACF1C is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 28 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.19 |
| HSL | 99.22º | 0.76% | 0.46% | - |
| HSV(B) | 99.22º | 0.86% | 0.81% | - |
| XYZ | 26.74 | 46.88 | 8.74 | - |
| YUV | 151.61 | 58.24 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 28 | 0.57 | 0 | 0.86 | 0.19 | 99.22 | 0.76 | 0.46 |
| Hex | 5A | CF | 1C | 39 | 0 | 56 | 13 | 63 | 4C | 2E |
| Octal | 132 | 317 | 34 | 71 | 0 | 126 | 23 | 143 | 114 | 56 |
| Binary | 1011010 | 11001111 | 11100 | 111001 | 0 | 1010110 | 10011 | 1100011 | 1001100 | 101110 |
Color Harmonies of #5ACF1C
Complementary color
Monochromatic Colors of #5ACF1C
Black with #5ACF1C
Text Example
Text Example
White with #5ACF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF1C; }
p { color: rgb(90,207,28); }
H1.HeaderClassName
{
color: #5ACF1C;
}
.AnyTagClassName
{
color: #5ACF1C;
}
</style>
background-color css
<style>
a { background-color: #5ACF1C; }
a { background-color: rgb(90,207,28); }
div.DivClassName
{
background-color: #5ACF1C;
}
.BgClassName
{
background-color: #5ACF1C;
}
</style>
border-color css
<style>
span { border-color: #5ACF1C; }
span { border-color: rgb(90,207,28); }
td.TdClassName
{
border-color: #5ACF1C;
}
.TagClassName
{
border-color: #5ACF1C;
}
</style>