Shades of Kelly Green #5ACF00
Tints of Kelly Green #5ACF00
RGB
CMYK
RGB Variations
Color information
#5ACF00 (or 0x5ACF00) is known color: Kelly Green. HEX triplet: 5A, CF and 00. RGB value is (90,207,0). Sum of RGB (Red+Green+Blue) = 90+207+0=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACF00 is #A530FF. Grayscale: #959595. Windows color (decimal): -10825984 or 53082. OLE color: 53082.
HSL color Cylindrical-coordinate representation of color #5ACF00: hue angle of 93.91º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5ACF00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.19 |
| HSL | 93.91º | 1% | 0.41% | - |
| HSV(B) | 93.91º | 1% | 0.81% | - |
| XYZ | 26.53 | 46.8 | 7.63 | - |
| YUV | 148.42 | 44.24 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 0 | 0.57 | 0 | 1 | 0.19 | 93.91 | 1 | 0.41 |
| Hex | 5A | CF | 0 | 39 | 0 | 64 | 13 | 5E | 64 | 29 |
| Octal | 132 | 317 | 0 | 71 | 0 | 144 | 23 | 136 | 144 | 51 |
| Binary | 1011010 | 11001111 | 0 | 111001 | 0 | 1100100 | 10011 | 1011110 | 1100100 | 101001 |
Color Harmonies of #5ACF00
Complementary color
Monochromatic Colors of #5ACF00
Black with #5ACF00
Text Example
Text Example
White with #5ACF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF00; }
p { color: rgb(90,207,0); }
H1.HeaderClassName
{
color: #5ACF00;
}
.AnyTagClassName
{
color: #5ACF00;
}
</style>
background-color css
<style>
a { background-color: #5ACF00; }
a { background-color: rgb(90,207,0); }
div.DivClassName
{
background-color: #5ACF00;
}
.BgClassName
{
background-color: #5ACF00;
}
</style>
border-color css
<style>
span { border-color: #5ACF00; }
span { border-color: rgb(90,207,0); }
td.TdClassName
{
border-color: #5ACF00;
}
.TagClassName
{
border-color: #5ACF00;
}
</style>