Shades of Kelly Green #55AF08
Tints of Kelly Green #55AF08
RGB
CMYK
RGB Variations
Color information
#55AF08 (or 0x55AF08) is known color: Kelly Green. HEX triplet: 55, AF and 08. RGB value is (85,175,8). Sum of RGB (Red+Green+Blue) = 85+175+8=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AF08 is #AA50F7. Grayscale: #818181. Windows color (decimal): -11161848 or 569173. OLE color: 569173.
HSL color Cylindrical-coordinate representation of color #55AF08: hue angle of 92.34º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55AF08 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 8 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.31 |
| HSL | 92.34º | 0.91% | 0.36% | - |
| HSV(B) | 92.34º | 0.95% | 0.69% | - |
| XYZ | 19.12 | 32.61 | 5.52 | - |
| YUV | 129.05 | 59.68 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 8 | 0.51 | 0 | 0.95 | 0.31 | 92.34 | 0.91 | 0.36 |
| Hex | 55 | AF | 8 | 33 | 0 | 5F | 1F | 5C | 5B | 24 |
| Octal | 125 | 257 | 10 | 63 | 0 | 137 | 37 | 134 | 133 | 44 |
| Binary | 1010101 | 10101111 | 1000 | 110011 | 0 | 1011111 | 11111 | 1011100 | 1011011 | 100100 |
Color Harmonies of #55AF08
Complementary color
Monochromatic Colors of #55AF08
Black with #55AF08
Text Example
Text Example
White with #55AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF08; }
p { color: rgb(85,175,8); }
H1.HeaderClassName
{
color: #55AF08;
}
.AnyTagClassName
{
color: #55AF08;
}
</style>
background-color css
<style>
a { background-color: #55AF08; }
a { background-color: rgb(85,175,8); }
div.DivClassName
{
background-color: #55AF08;
}
.BgClassName
{
background-color: #55AF08;
}
</style>
border-color css
<style>
span { border-color: #55AF08; }
span { border-color: rgb(85,175,8); }
td.TdClassName
{
border-color: #55AF08;
}
.TagClassName
{
border-color: #55AF08;
}
</style>