Shades of Celery #AFCB4D
Tints of Celery #AFCB4D
RGB
CMYK
RGB Variations
Color information
#AFCB4D (or 0xAFCB4D) is known color: Celery. HEX triplet: AF, CB and 4D. RGB value is (175,203,77). Sum of RGB (Red+Green+Blue) = 175+203+77=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB4D is #5034B2. Grayscale: #B4B4B4. Windows color (decimal): -5256371 or 5098415. OLE color: 5098415.
HSL color Cylindrical-coordinate representation of color #AFCB4D: hue angle of 73.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFCB4D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 77 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.20 |
| HSL | 73.33º | 0.55% | 0.55% | - |
| HSV(B) | 73.33º | 0.62% | 0.8% | - |
| XYZ | 40.37 | 52.36 | 15 | - |
| YUV | 180.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 77 | 0.14 | 0 | 0.62 | 0.20 | 73.33 | 0.55 | 0.55 |
| Hex | AF | CB | 4D | E | 0 | 3E | 14 | 49 | 37 | 37 |
| Octal | 257 | 313 | 115 | 16 | 0 | 76 | 24 | 111 | 67 | 67 |
| Binary | 10101111 | 11001011 | 1001101 | 1110 | 0 | 111110 | 10100 | 1001001 | 110111 | 110111 |
Color Harmonies of #AFCB4D
Complementary color
Monochromatic Colors of #AFCB4D
Black with #AFCB4D
Text Example
Text Example
White with #AFCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB4D; }
p { color: rgb(175,203,77); }
H1.HeaderClassName
{
color: #AFCB4D;
}
.AnyTagClassName
{
color: #AFCB4D;
}
</style>
background-color css
<style>
a { background-color: #AFCB4D; }
a { background-color: rgb(175,203,77); }
div.DivClassName
{
background-color: #AFCB4D;
}
.BgClassName
{
background-color: #AFCB4D;
}
</style>
border-color css
<style>
span { border-color: #AFCB4D; }
span { border-color: rgb(175,203,77); }
td.TdClassName
{
border-color: #AFCB4D;
}
.TagClassName
{
border-color: #AFCB4D;
}
</style>