Shades of Celery #AFB74A
Tints of Celery #AFB74A
RGB
CMYK
RGB Variations
Color information
#AFB74A (or 0xAFB74A) is known color: Celery. HEX triplet: AF, B7 and 4A. RGB value is (175,183,74). Sum of RGB (Red+Green+Blue) = 175+183+74=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB74A is #5048B5. Grayscale: #A8A8A8. Windows color (decimal): -5261494 or 4896687. OLE color: 4896687.
HSL color Cylindrical-coordinate representation of color #AFB74A: hue angle of 64.4º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFB74A is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 74 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.28 |
| HSL | 64.4º | 0.43% | 0.5% | - |
| HSV(B) | 64.4º | 0.6% | 0.72% | - |
| XYZ | 35.85 | 43.48 | 12.98 | - |
| YUV | 168.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 74 | 0.04 | 0 | 0.60 | 0.28 | 64.4 | 0.43 | 0.5 |
| Hex | AF | B7 | 4A | 4 | 0 | 3C | 1C | 40 | 2B | 32 |
| Octal | 257 | 267 | 112 | 4 | 0 | 74 | 34 | 100 | 53 | 62 |
| Binary | 10101111 | 10110111 | 1001010 | 100 | 0 | 111100 | 11100 | 1000000 | 101011 | 110010 |
Color Harmonies of #AFB74A
Complementary color
Monochromatic Colors of #AFB74A
Black with #AFB74A
Text Example
Text Example
White with #AFB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB74A; }
p { color: rgb(175,183,74); }
H1.HeaderClassName
{
color: #AFB74A;
}
.AnyTagClassName
{
color: #AFB74A;
}
</style>
background-color css
<style>
a { background-color: #AFB74A; }
a { background-color: rgb(175,183,74); }
div.DivClassName
{
background-color: #AFB74A;
}
.BgClassName
{
background-color: #AFB74A;
}
</style>
border-color css
<style>
span { border-color: #AFB74A; }
span { border-color: rgb(175,183,74); }
td.TdClassName
{
border-color: #AFB74A;
}
.TagClassName
{
border-color: #AFB74A;
}
</style>