Shades of Celery #AFCB3A
Tints of Celery #AFCB3A
RGB
CMYK
RGB Variations
Color information
#AFCB3A (or 0xAFCB3A) is known color: Celery. HEX triplet: AF, CB and 3A. RGB value is (175,203,58). Sum of RGB (Red+Green+Blue) = 175+203+58=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB3A is #5034C5. Grayscale: #B2B2B2. Windows color (decimal): -5256390 or 3853231. OLE color: 3853231.
HSL color Cylindrical-coordinate representation of color #AFCB3A: hue angle of 71.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFCB3A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 58 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.20 |
| HSL | 71.59º | 0.58% | 0.51% | - |
| HSV(B) | 71.59º | 0.71% | 0.8% | - |
| XYZ | 39.8 | 52.13 | 11.97 | - |
| YUV | 178.1 | 60.22 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 58 | 0.14 | 0 | 0.71 | 0.20 | 71.59 | 0.58 | 0.51 |
| Hex | AF | CB | 3A | E | 0 | 47 | 14 | 48 | 3A | 33 |
| Octal | 257 | 313 | 72 | 16 | 0 | 107 | 24 | 110 | 72 | 63 |
| Binary | 10101111 | 11001011 | 111010 | 1110 | 0 | 1000111 | 10100 | 1001000 | 111010 | 110011 |
Color Harmonies of #AFCB3A
Complementary color
Monochromatic Colors of #AFCB3A
Black with #AFCB3A
Text Example
Text Example
White with #AFCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB3A; }
p { color: rgb(175,203,58); }
H1.HeaderClassName
{
color: #AFCB3A;
}
.AnyTagClassName
{
color: #AFCB3A;
}
</style>
background-color css
<style>
a { background-color: #AFCB3A; }
a { background-color: rgb(175,203,58); }
div.DivClassName
{
background-color: #AFCB3A;
}
.BgClassName
{
background-color: #AFCB3A;
}
</style>
border-color css
<style>
span { border-color: #AFCB3A; }
span { border-color: rgb(175,203,58); }
td.TdClassName
{
border-color: #AFCB3A;
}
.TagClassName
{
border-color: #AFCB3A;
}
</style>