Shades of Celery #AFC73B
Tints of Celery #AFC73B
RGB
CMYK
RGB Variations
Color information
#AFC73B (or 0xAFC73B) is known color: Celery. HEX triplet: AF, C7 and 3B. RGB value is (175,199,59). Sum of RGB (Red+Green+Blue) = 175+199+59=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC73B is #5038C4. Grayscale: #B0B0B0. Windows color (decimal): -5257413 or 3917743. OLE color: 3917743.
HSL color Cylindrical-coordinate representation of color #AFC73B: hue angle of 70.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFC73B is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 59 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.22 |
| HSL | 70.29º | 0.56% | 0.51% | - |
| HSV(B) | 70.29º | 0.7% | 0.78% | - |
| XYZ | 38.89 | 50.28 | 11.79 | - |
| YUV | 175.86 | 62.05 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 59 | 0.12 | 0 | 0.70 | 0.22 | 70.29 | 0.56 | 0.51 |
| Hex | AF | C7 | 3B | C | 0 | 46 | 16 | 46 | 38 | 33 |
| Octal | 257 | 307 | 73 | 14 | 0 | 106 | 26 | 106 | 70 | 63 |
| Binary | 10101111 | 11000111 | 111011 | 1100 | 0 | 1000110 | 10110 | 1000110 | 111000 | 110011 |
Color Harmonies of #AFC73B
Complementary color
Monochromatic Colors of #AFC73B
Black with #AFC73B
Text Example
Text Example
White with #AFC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC73B; }
p { color: rgb(175,199,59); }
H1.HeaderClassName
{
color: #AFC73B;
}
.AnyTagClassName
{
color: #AFC73B;
}
</style>
background-color css
<style>
a { background-color: #AFC73B; }
a { background-color: rgb(175,199,59); }
div.DivClassName
{
background-color: #AFC73B;
}
.BgClassName
{
background-color: #AFC73B;
}
</style>
border-color css
<style>
span { border-color: #AFC73B; }
span { border-color: rgb(175,199,59); }
td.TdClassName
{
border-color: #AFC73B;
}
.TagClassName
{
border-color: #AFC73B;
}
</style>