Shades of Celery #AFC053
Tints of Celery #AFC053
RGB
CMYK
RGB Variations
Color information
#AFC053 (or 0xAFC053) is known color: Celery. HEX triplet: AF, C0 and 53. RGB value is (175,192,83). Sum of RGB (Red+Green+Blue) = 175+192+83=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC053 is #503FAC. Grayscale: #AEAEAE. Windows color (decimal): -5259181 or 5488815. OLE color: 5488815.
HSL color Cylindrical-coordinate representation of color #AFC053: hue angle of 69.36º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFC053 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 83 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.25 |
| HSL | 69.36º | 0.46% | 0.54% | - |
| HSV(B) | 69.36º | 0.57% | 0.75% | - |
| XYZ | 38.09 | 47.44 | 15.33 | - |
| YUV | 174.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 83 | 0.09 | 0 | 0.57 | 0.25 | 69.36 | 0.46 | 0.54 |
| Hex | AF | C0 | 53 | 9 | 0 | 39 | 19 | 45 | 2E | 36 |
| Octal | 257 | 300 | 123 | 11 | 0 | 71 | 31 | 105 | 56 | 66 |
| Binary | 10101111 | 11000000 | 1010011 | 1001 | 0 | 111001 | 11001 | 1000101 | 101110 | 110110 |
Color Harmonies of #AFC053
Complementary color
Monochromatic Colors of #AFC053
Black with #AFC053
Text Example
Text Example
White with #AFC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC053; }
p { color: rgb(175,192,83); }
H1.HeaderClassName
{
color: #AFC053;
}
.AnyTagClassName
{
color: #AFC053;
}
</style>
background-color css
<style>
a { background-color: #AFC053; }
a { background-color: rgb(175,192,83); }
div.DivClassName
{
background-color: #AFC053;
}
.BgClassName
{
background-color: #AFC053;
}
</style>
border-color css
<style>
span { border-color: #AFC053; }
span { border-color: rgb(175,192,83); }
td.TdClassName
{
border-color: #AFC053;
}
.TagClassName
{
border-color: #AFC053;
}
</style>