Shades of Celery #AFC13D
Tints of Celery #AFC13D
RGB
CMYK
RGB Variations
Color information
#AFC13D (or 0xAFC13D) is known color: Celery. HEX triplet: AF, C1 and 3D. RGB value is (175,193,61). Sum of RGB (Red+Green+Blue) = 175+193+61=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC13D is #503EC2. Grayscale: #ADADAD. Windows color (decimal): -5258947 or 4047279. OLE color: 4047279.
HSL color Cylindrical-coordinate representation of color #AFC13D: hue angle of 68.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFC13D is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 61 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.24 |
| HSL | 68.18º | 0.52% | 0.5% | - |
| HSV(B) | 68.18º | 0.68% | 0.76% | - |
| XYZ | 37.59 | 47.59 | 11.62 | - |
| YUV | 172.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 61 | 0.09 | 0 | 0.68 | 0.24 | 68.18 | 0.52 | 0.5 |
| Hex | AF | C1 | 3D | 9 | 0 | 44 | 18 | 44 | 34 | 32 |
| Octal | 257 | 301 | 75 | 11 | 0 | 104 | 30 | 104 | 64 | 62 |
| Binary | 10101111 | 11000001 | 111101 | 1001 | 0 | 1000100 | 11000 | 1000100 | 110100 | 110010 |
Color Harmonies of #AFC13D
Complementary color
Monochromatic Colors of #AFC13D
Black with #AFC13D
Text Example
Text Example
White with #AFC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC13D; }
p { color: rgb(175,193,61); }
H1.HeaderClassName
{
color: #AFC13D;
}
.AnyTagClassName
{
color: #AFC13D;
}
</style>
background-color css
<style>
a { background-color: #AFC13D; }
a { background-color: rgb(175,193,61); }
div.DivClassName
{
background-color: #AFC13D;
}
.BgClassName
{
background-color: #AFC13D;
}
</style>
border-color css
<style>
span { border-color: #AFC13D; }
span { border-color: rgb(175,193,61); }
td.TdClassName
{
border-color: #AFC13D;
}
.TagClassName
{
border-color: #AFC13D;
}
</style>