Shades of Kelly Green #55AF01
Tints of Kelly Green #55AF01
RGB
CMYK
RGB Variations
Color information
#55AF01 (or 0x55AF01) is known color: Kelly Green. HEX triplet: 55, AF and 01. RGB value is (85,175,1). Sum of RGB (Red+Green+Blue) = 85+175+1=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AF01 is #AA50FE. Grayscale: #808080. Windows color (decimal): -11161855 or 110421. OLE color: 110421.
HSL color Cylindrical-coordinate representation of color #55AF01: hue angle of 91.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55AF01 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.31 |
| HSL | 91.03º | 0.99% | 0.35% | - |
| HSV(B) | 91.03º | 0.99% | 0.69% | - |
| XYZ | 19.08 | 32.59 | 5.31 | - |
| YUV | 128.25 | 56.18 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 1 | 0.51 | 0 | 0.99 | 0.31 | 91.03 | 0.99 | 0.35 |
| Hex | 55 | AF | 1 | 33 | 0 | 63 | 1F | 5B | 63 | 23 |
| Octal | 125 | 257 | 1 | 63 | 0 | 143 | 37 | 133 | 143 | 43 |
| Binary | 1010101 | 10101111 | 1 | 110011 | 0 | 1100011 | 11111 | 1011011 | 1100011 | 100011 |
Color Harmonies of #55AF01
Complementary color
Monochromatic Colors of #55AF01
Black with #55AF01
Text Example
Text Example
White with #55AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF01; }
p { color: rgb(85,175,1); }
H1.HeaderClassName
{
color: #55AF01;
}
.AnyTagClassName
{
color: #55AF01;
}
</style>
background-color css
<style>
a { background-color: #55AF01; }
a { background-color: rgb(85,175,1); }
div.DivClassName
{
background-color: #55AF01;
}
.BgClassName
{
background-color: #55AF01;
}
</style>
border-color css
<style>
span { border-color: #55AF01; }
span { border-color: rgb(85,175,1); }
td.TdClassName
{
border-color: #55AF01;
}
.TagClassName
{
border-color: #55AF01;
}
</style>