Shades of Celery #AFB73C
Tints of Celery #AFB73C
RGB
CMYK
RGB Variations
Color information
#AFB73C (or 0xAFB73C) is known color: Celery. HEX triplet: AF, B7 and 3C. RGB value is (175,183,60). Sum of RGB (Red+Green+Blue) = 175+183+60=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB73C is #5048C3. Grayscale: #A7A7A7. Windows color (decimal): -5261508 or 3979183. OLE color: 3979183.
HSL color Cylindrical-coordinate representation of color #AFB73C: hue angle of 63.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFB73C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 60 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.28 |
| HSL | 63.9º | 0.51% | 0.48% | - |
| HSV(B) | 63.9º | 0.67% | 0.72% | - |
| XYZ | 35.43 | 43.31 | 10.77 | - |
| YUV | 166.59 | 67.85 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 60 | 0.04 | 0 | 0.67 | 0.28 | 63.9 | 0.51 | 0.48 |
| Hex | AF | B7 | 3C | 4 | 0 | 43 | 1C | 40 | 33 | 30 |
| Octal | 257 | 267 | 74 | 4 | 0 | 103 | 34 | 100 | 63 | 60 |
| Binary | 10101111 | 10110111 | 111100 | 100 | 0 | 1000011 | 11100 | 1000000 | 110011 | 110000 |
Color Harmonies of #AFB73C
Complementary color
Monochromatic Colors of #AFB73C
Black with #AFB73C
Text Example
Text Example
White with #AFB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB73C; }
p { color: rgb(175,183,60); }
H1.HeaderClassName
{
color: #AFB73C;
}
.AnyTagClassName
{
color: #AFB73C;
}
</style>
background-color css
<style>
a { background-color: #AFB73C; }
a { background-color: rgb(175,183,60); }
div.DivClassName
{
background-color: #AFB73C;
}
.BgClassName
{
background-color: #AFB73C;
}
</style>
border-color css
<style>
span { border-color: #AFB73C; }
span { border-color: rgb(175,183,60); }
td.TdClassName
{
border-color: #AFB73C;
}
.TagClassName
{
border-color: #AFB73C;
}
</style>