Shades of Celery #AFC33B
Tints of Celery #AFC33B
RGB
CMYK
RGB Variations
Color information
#AFC33B (or 0xAFC33B) is known color: Celery. HEX triplet: AF, C3 and 3B. RGB value is (175,195,59). Sum of RGB (Red+Green+Blue) = 175+195+59=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC33B is #503CC4. Grayscale: #AEAEAE. Windows color (decimal): -5258437 or 3916719. OLE color: 3916719.
HSL color Cylindrical-coordinate representation of color #AFC33B: hue angle of 68.82º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFC33B is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 59 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.24 |
| HSL | 68.82º | 0.54% | 0.5% | - |
| HSV(B) | 68.82º | 0.7% | 0.76% | - |
| XYZ | 37.98 | 48.46 | 11.49 | - |
| YUV | 173.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 59 | 0.10 | 0 | 0.70 | 0.24 | 68.82 | 0.54 | 0.5 |
| Hex | AF | C3 | 3B | A | 0 | 46 | 18 | 45 | 36 | 32 |
| Octal | 257 | 303 | 73 | 12 | 0 | 106 | 30 | 105 | 66 | 62 |
| Binary | 10101111 | 11000011 | 111011 | 1010 | 0 | 1000110 | 11000 | 1000101 | 110110 | 110010 |
Color Harmonies of #AFC33B
Complementary color
Monochromatic Colors of #AFC33B
Black with #AFC33B
Text Example
Text Example
White with #AFC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC33B; }
p { color: rgb(175,195,59); }
H1.HeaderClassName
{
color: #AFC33B;
}
.AnyTagClassName
{
color: #AFC33B;
}
</style>
background-color css
<style>
a { background-color: #AFC33B; }
a { background-color: rgb(175,195,59); }
div.DivClassName
{
background-color: #AFC33B;
}
.BgClassName
{
background-color: #AFC33B;
}
</style>
border-color css
<style>
span { border-color: #AFC33B; }
span { border-color: rgb(175,195,59); }
td.TdClassName
{
border-color: #AFC33B;
}
.TagClassName
{
border-color: #AFC33B;
}
</style>