Shades of Celery #AFC94B
Tints of Celery #AFC94B
RGB
CMYK
RGB Variations
Color information
#AFC94B (or 0xAFC94B) is known color: Celery. HEX triplet: AF, C9 and 4B. RGB value is (175,201,75). Sum of RGB (Red+Green+Blue) = 175+201+75=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC94B is #5036B4. Grayscale: #B3B3B3. Windows color (decimal): -5256885 or 4966831. OLE color: 4966831.
HSL color Cylindrical-coordinate representation of color #AFC94B: hue angle of 72.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC94B is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 75 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.21 |
| HSL | 72.38º | 0.54% | 0.54% | - |
| HSV(B) | 72.38º | 0.63% | 0.79% | - |
| XYZ | 39.84 | 51.4 | 14.48 | - |
| YUV | 178.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 75 | 0.13 | 0 | 0.63 | 0.21 | 72.38 | 0.54 | 0.54 |
| Hex | AF | C9 | 4B | D | 0 | 3F | 15 | 48 | 36 | 36 |
| Octal | 257 | 311 | 113 | 15 | 0 | 77 | 25 | 110 | 66 | 66 |
| Binary | 10101111 | 11001001 | 1001011 | 1101 | 0 | 111111 | 10101 | 1001000 | 110110 | 110110 |
Color Harmonies of #AFC94B
Complementary color
Monochromatic Colors of #AFC94B
Black with #AFC94B
Text Example
Text Example
White with #AFC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC94B; }
p { color: rgb(175,201,75); }
H1.HeaderClassName
{
color: #AFC94B;
}
.AnyTagClassName
{
color: #AFC94B;
}
</style>
background-color css
<style>
a { background-color: #AFC94B; }
a { background-color: rgb(175,201,75); }
div.DivClassName
{
background-color: #AFC94B;
}
.BgClassName
{
background-color: #AFC94B;
}
</style>
border-color css
<style>
span { border-color: #AFC94B; }
span { border-color: rgb(175,201,75); }
td.TdClassName
{
border-color: #AFC94B;
}
.TagClassName
{
border-color: #AFC94B;
}
</style>