Shades of Celery #AFC652
Tints of Celery #AFC652
RGB
CMYK
RGB Variations
Color information
#AFC652 (or 0xAFC652) is known color: Celery. HEX triplet: AF, C6 and 52. RGB value is (175,198,82). Sum of RGB (Red+Green+Blue) = 175+198+82=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC652 is #5039AD. Grayscale: #B2B2B2. Windows color (decimal): -5257646 or 5424815. OLE color: 5424815.
HSL color Cylindrical-coordinate representation of color #AFC652: hue angle of 71.9º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFC652 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 82 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.22 |
| HSL | 71.9º | 0.5% | 0.55% | - |
| HSV(B) | 71.9º | 0.59% | 0.78% | - |
| XYZ | 39.4 | 50.11 | 15.58 | - |
| YUV | 177.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 82 | 0.12 | 0 | 0.59 | 0.22 | 71.9 | 0.5 | 0.55 |
| Hex | AF | C6 | 52 | C | 0 | 3B | 16 | 48 | 32 | 37 |
| Octal | 257 | 306 | 122 | 14 | 0 | 73 | 26 | 110 | 62 | 67 |
| Binary | 10101111 | 11000110 | 1010010 | 1100 | 0 | 111011 | 10110 | 1001000 | 110010 | 110111 |
Color Harmonies of #AFC652
Complementary color
Monochromatic Colors of #AFC652
Black with #AFC652
Text Example
Text Example
White with #AFC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC652; }
p { color: rgb(175,198,82); }
H1.HeaderClassName
{
color: #AFC652;
}
.AnyTagClassName
{
color: #AFC652;
}
</style>
background-color css
<style>
a { background-color: #AFC652; }
a { background-color: rgb(175,198,82); }
div.DivClassName
{
background-color: #AFC652;
}
.BgClassName
{
background-color: #AFC652;
}
</style>
border-color css
<style>
span { border-color: #AFC652; }
span { border-color: rgb(175,198,82); }
td.TdClassName
{
border-color: #AFC652;
}
.TagClassName
{
border-color: #AFC652;
}
</style>