Shades of Celery #AFC53D
Tints of Celery #AFC53D
RGB
CMYK
RGB Variations
Color information
#AFC53D (or 0xAFC53D) is known color: Celery. HEX triplet: AF, C5 and 3D. RGB value is (175,197,61). Sum of RGB (Red+Green+Blue) = 175+197+61=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC53D is #503AC2. Grayscale: #AFAFAF. Windows color (decimal): -5257923 or 4048303. OLE color: 4048303.
HSL color Cylindrical-coordinate representation of color #AFC53D: hue angle of 69.71º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFC53D is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 61 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.23 |
| HSL | 69.71º | 0.54% | 0.51% | - |
| HSV(B) | 69.71º | 0.69% | 0.77% | - |
| XYZ | 38.49 | 49.38 | 11.92 | - |
| YUV | 174.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 61 | 0.11 | 0 | 0.69 | 0.23 | 69.71 | 0.54 | 0.51 |
| Hex | AF | C5 | 3D | B | 0 | 45 | 17 | 46 | 36 | 33 |
| Octal | 257 | 305 | 75 | 13 | 0 | 105 | 27 | 106 | 66 | 63 |
| Binary | 10101111 | 11000101 | 111101 | 1011 | 0 | 1000101 | 10111 | 1000110 | 110110 | 110011 |
Color Harmonies of #AFC53D
Complementary color
Monochromatic Colors of #AFC53D
Black with #AFC53D
Text Example
Text Example
White with #AFC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC53D; }
p { color: rgb(175,197,61); }
H1.HeaderClassName
{
color: #AFC53D;
}
.AnyTagClassName
{
color: #AFC53D;
}
</style>
background-color css
<style>
a { background-color: #AFC53D; }
a { background-color: rgb(175,197,61); }
div.DivClassName
{
background-color: #AFC53D;
}
.BgClassName
{
background-color: #AFC53D;
}
</style>
border-color css
<style>
span { border-color: #AFC53D; }
span { border-color: rgb(175,197,61); }
td.TdClassName
{
border-color: #AFC53D;
}
.TagClassName
{
border-color: #AFC53D;
}
</style>