Shades of Celery #AFCB56
Tints of Celery #AFCB56
RGB
CMYK
RGB Variations
Color information
#AFCB56 (or 0xAFCB56) is known color: Celery. HEX triplet: AF, CB and 56. RGB value is (175,203,86). Sum of RGB (Red+Green+Blue) = 175+203+86=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB56 is #5034A9. Grayscale: #B5B5B5. Windows color (decimal): -5256362 or 5688239. OLE color: 5688239.
HSL color Cylindrical-coordinate representation of color #AFCB56: hue angle of 74.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFCB56 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 86 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.20 |
| HSL | 74.36º | 0.53% | 0.57% | - |
| HSV(B) | 74.36º | 0.58% | 0.8% | - |
| XYZ | 40.71 | 52.5 | 16.79 | - |
| YUV | 181.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 86 | 0.14 | 0 | 0.58 | 0.20 | 74.36 | 0.53 | 0.57 |
| Hex | AF | CB | 56 | E | 0 | 3A | 14 | 4A | 35 | 39 |
| Octal | 257 | 313 | 126 | 16 | 0 | 72 | 24 | 112 | 65 | 71 |
| Binary | 10101111 | 11001011 | 1010110 | 1110 | 0 | 111010 | 10100 | 1001010 | 110101 | 111001 |
Color Harmonies of #AFCB56
Complementary color
Monochromatic Colors of #AFCB56
Black with #AFCB56
Text Example
Text Example
White with #AFCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB56; }
p { color: rgb(175,203,86); }
H1.HeaderClassName
{
color: #AFCB56;
}
.AnyTagClassName
{
color: #AFCB56;
}
</style>
background-color css
<style>
a { background-color: #AFCB56; }
a { background-color: rgb(175,203,86); }
div.DivClassName
{
background-color: #AFCB56;
}
.BgClassName
{
background-color: #AFCB56;
}
</style>
border-color css
<style>
span { border-color: #AFCB56; }
span { border-color: rgb(175,203,86); }
td.TdClassName
{
border-color: #AFCB56;
}
.TagClassName
{
border-color: #AFCB56;
}
</style>