Shades of Celery #AFC93B
Tints of Celery #AFC93B
RGB
CMYK
RGB Variations
Color information
#AFC93B (or 0xAFC93B) is known color: Celery. HEX triplet: AF, C9 and 3B. RGB value is (175,201,59). Sum of RGB (Red+Green+Blue) = 175+201+59=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC93B is #5036C4. Grayscale: #B1B1B1. Windows color (decimal): -5256901 or 3918255. OLE color: 3918255.
HSL color Cylindrical-coordinate representation of color #AFC93B: hue angle of 70.99º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFC93B is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 59 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.21 |
| HSL | 70.99º | 0.57% | 0.51% | - |
| HSV(B) | 70.99º | 0.71% | 0.79% | - |
| XYZ | 39.36 | 51.2 | 11.95 | - |
| YUV | 177.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 59 | 0.13 | 0 | 0.71 | 0.21 | 70.99 | 0.57 | 0.51 |
| Hex | AF | C9 | 3B | D | 0 | 47 | 15 | 47 | 39 | 33 |
| Octal | 257 | 311 | 73 | 15 | 0 | 107 | 25 | 107 | 71 | 63 |
| Binary | 10101111 | 11001001 | 111011 | 1101 | 0 | 1000111 | 10101 | 1000111 | 111001 | 110011 |
Color Harmonies of #AFC93B
Complementary color
Monochromatic Colors of #AFC93B
Black with #AFC93B
Text Example
Text Example
White with #AFC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC93B; }
p { color: rgb(175,201,59); }
H1.HeaderClassName
{
color: #AFC93B;
}
.AnyTagClassName
{
color: #AFC93B;
}
</style>
background-color css
<style>
a { background-color: #AFC93B; }
a { background-color: rgb(175,201,59); }
div.DivClassName
{
background-color: #AFC93B;
}
.BgClassName
{
background-color: #AFC93B;
}
</style>
border-color css
<style>
span { border-color: #AFC93B; }
span { border-color: rgb(175,201,59); }
td.TdClassName
{
border-color: #AFC93B;
}
.TagClassName
{
border-color: #AFC93B;
}
</style>