Shades of Kelly Green #55AF23
Tints of Kelly Green #55AF23
RGB
CMYK
RGB Variations
Color information
#55AF23 (or 0x55AF23) is known color: Kelly Green. HEX triplet: 55, AF and 23. RGB value is (85,175,35). Sum of RGB (Red+Green+Blue) = 85+175+35=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AF23 is #AA50DC. Grayscale: #848484. Windows color (decimal): -11161821 or 2338645. OLE color: 2338645.
HSL color Cylindrical-coordinate representation of color #55AF23: hue angle of 98.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55AF23 is Cyan = 0.51, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 35 | - |
| CMYK | 0.51 | 0 | 0.8 | 0.31 |
| HSL | 98.57º | 0.67% | 0.41% | - |
| HSV(B) | 98.57º | 0.8% | 0.69% | - |
| XYZ | 19.38 | 32.71 | 6.88 | - |
| YUV | 132.13 | 73.18 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 35 | 0.51 | 0 | 0.8 | 0.31 | 98.57 | 0.67 | 0.41 |
| Hex | 55 | AF | 23 | 33 | 0 | 50 | 1F | 63 | 43 | 29 |
| Octal | 125 | 257 | 43 | 63 | 0 | 120 | 37 | 143 | 103 | 51 |
| Binary | 1010101 | 10101111 | 100011 | 110011 | 0 | 1010000 | 11111 | 1100011 | 1000011 | 101001 |
Color Harmonies of #55AF23
Complementary color
Monochromatic Colors of #55AF23
Black with #55AF23
Text Example
Text Example
White with #55AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF23; }
p { color: rgb(85,175,35); }
H1.HeaderClassName
{
color: #55AF23;
}
.AnyTagClassName
{
color: #55AF23;
}
</style>
background-color css
<style>
a { background-color: #55AF23; }
a { background-color: rgb(85,175,35); }
div.DivClassName
{
background-color: #55AF23;
}
.BgClassName
{
background-color: #55AF23;
}
</style>
border-color css
<style>
span { border-color: #55AF23; }
span { border-color: rgb(85,175,35); }
td.TdClassName
{
border-color: #55AF23;
}
.TagClassName
{
border-color: #55AF23;
}
</style>