Shades of Kelly Green #5ACF03
Tints of Kelly Green #5ACF03
RGB
CMYK
RGB Variations
Color information
#5ACF03 (or 0x5ACF03) is known color: Kelly Green. HEX triplet: 5A, CF and 03. RGB value is (90,207,3). Sum of RGB (Red+Green+Blue) = 90+207+3=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACF03 is #A530FC. Grayscale: #959595. Windows color (decimal): -10825981 or 249690. OLE color: 249690.
HSL color Cylindrical-coordinate representation of color #5ACF03: hue angle of 94.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5ACF03 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 3 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.19 |
| HSL | 94.41º | 0.97% | 0.41% | - |
| HSV(B) | 94.41º | 0.99% | 0.81% | - |
| XYZ | 26.55 | 46.81 | 7.72 | - |
| YUV | 148.76 | 45.74 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 3 | 0.57 | 0 | 0.99 | 0.19 | 94.41 | 0.97 | 0.41 |
| Hex | 5A | CF | 3 | 39 | 0 | 63 | 13 | 5E | 61 | 29 |
| Octal | 132 | 317 | 3 | 71 | 0 | 143 | 23 | 136 | 141 | 51 |
| Binary | 1011010 | 11001111 | 11 | 111001 | 0 | 1100011 | 10011 | 1011110 | 1100001 | 101001 |
Color Harmonies of #5ACF03
Complementary color
Monochromatic Colors of #5ACF03
Black with #5ACF03
Text Example
Text Example
White with #5ACF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF03; }
p { color: rgb(90,207,3); }
H1.HeaderClassName
{
color: #5ACF03;
}
.AnyTagClassName
{
color: #5ACF03;
}
</style>
background-color css
<style>
a { background-color: #5ACF03; }
a { background-color: rgb(90,207,3); }
div.DivClassName
{
background-color: #5ACF03;
}
.BgClassName
{
background-color: #5ACF03;
}
</style>
border-color css
<style>
span { border-color: #5ACF03; }
span { border-color: rgb(90,207,3); }
td.TdClassName
{
border-color: #5ACF03;
}
.TagClassName
{
border-color: #5ACF03;
}
</style>