Shades of Celery #AFCB55
Tints of Celery #AFCB55
RGB
CMYK
RGB Variations
Color information
#AFCB55 (or 0xAFCB55) is known color: Celery. HEX triplet: AF, CB and 55. RGB value is (175,203,85). Sum of RGB (Red+Green+Blue) = 175+203+85=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB55 is #5034AA. Grayscale: #B5B5B5. Windows color (decimal): -5256363 or 5622703. OLE color: 5622703.
HSL color Cylindrical-coordinate representation of color #AFCB55: hue angle of 74.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFCB55 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 85 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.20 |
| HSL | 74.24º | 0.53% | 0.56% | - |
| HSV(B) | 74.24º | 0.58% | 0.8% | - |
| XYZ | 40.67 | 52.48 | 16.58 | - |
| YUV | 181.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 85 | 0.14 | 0 | 0.58 | 0.20 | 74.24 | 0.53 | 0.56 |
| Hex | AF | CB | 55 | E | 0 | 3A | 14 | 4A | 35 | 38 |
| Octal | 257 | 313 | 125 | 16 | 0 | 72 | 24 | 112 | 65 | 70 |
| Binary | 10101111 | 11001011 | 1010101 | 1110 | 0 | 111010 | 10100 | 1001010 | 110101 | 111000 |
Color Harmonies of #AFCB55
Complementary color
Monochromatic Colors of #AFCB55
Black with #AFCB55
Text Example
Text Example
White with #AFCB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB55; }
p { color: rgb(175,203,85); }
H1.HeaderClassName
{
color: #AFCB55;
}
.AnyTagClassName
{
color: #AFCB55;
}
</style>
background-color css
<style>
a { background-color: #AFCB55; }
a { background-color: rgb(175,203,85); }
div.DivClassName
{
background-color: #AFCB55;
}
.BgClassName
{
background-color: #AFCB55;
}
</style>
border-color css
<style>
span { border-color: #AFCB55; }
span { border-color: rgb(175,203,85); }
td.TdClassName
{
border-color: #AFCB55;
}
.TagClassName
{
border-color: #AFCB55;
}
</style>