Shades of Celery #AFCB4B
Tints of Celery #AFCB4B
RGB
CMYK
RGB Variations
Color information
#AFCB4B (or 0xAFCB4B) is known color: Celery. HEX triplet: AF, CB and 4B. RGB value is (175,203,75). Sum of RGB (Red+Green+Blue) = 175+203+75=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB4B is #5034B4. Grayscale: #B4B4B4. Windows color (decimal): -5256373 or 4967343. OLE color: 4967343.
HSL color Cylindrical-coordinate representation of color #AFCB4B: hue angle of 73.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFCB4B is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 75 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.20 |
| HSL | 73.13º | 0.55% | 0.55% | - |
| HSV(B) | 73.13º | 0.63% | 0.8% | - |
| XYZ | 40.31 | 52.33 | 14.63 | - |
| YUV | 180.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 75 | 0.14 | 0 | 0.63 | 0.20 | 73.13 | 0.55 | 0.55 |
| Hex | AF | CB | 4B | E | 0 | 3F | 14 | 49 | 37 | 37 |
| Octal | 257 | 313 | 113 | 16 | 0 | 77 | 24 | 111 | 67 | 67 |
| Binary | 10101111 | 11001011 | 1001011 | 1110 | 0 | 111111 | 10100 | 1001001 | 110111 | 110111 |
Color Harmonies of #AFCB4B
Complementary color
Monochromatic Colors of #AFCB4B
Black with #AFCB4B
Text Example
Text Example
White with #AFCB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB4B; }
p { color: rgb(175,203,75); }
H1.HeaderClassName
{
color: #AFCB4B;
}
.AnyTagClassName
{
color: #AFCB4B;
}
</style>
background-color css
<style>
a { background-color: #AFCB4B; }
a { background-color: rgb(175,203,75); }
div.DivClassName
{
background-color: #AFCB4B;
}
.BgClassName
{
background-color: #AFCB4B;
}
</style>
border-color css
<style>
span { border-color: #AFCB4B; }
span { border-color: rgb(175,203,75); }
td.TdClassName
{
border-color: #AFCB4B;
}
.TagClassName
{
border-color: #AFCB4B;
}
</style>