Shades of Celery #AFC347
Tints of Celery #AFC347
RGB
CMYK
RGB Variations
Color information
#AFC347 (or 0xAFC347) is known color: Celery. HEX triplet: AF, C3 and 47. RGB value is (175,195,71). Sum of RGB (Red+Green+Blue) = 175+195+71=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC347 is #503CB8. Grayscale: #AFAFAF. Windows color (decimal): -5258425 or 4703151. OLE color: 4703151.
HSL color Cylindrical-coordinate representation of color #AFC347: hue angle of 69.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC347 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 71 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.24 |
| HSL | 69.68º | 0.51% | 0.52% | - |
| HSV(B) | 69.68º | 0.64% | 0.76% | - |
| XYZ | 38.33 | 48.6 | 13.32 | - |
| YUV | 174.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 71 | 0.10 | 0 | 0.64 | 0.24 | 69.68 | 0.51 | 0.52 |
| Hex | AF | C3 | 47 | A | 0 | 40 | 18 | 46 | 33 | 34 |
| Octal | 257 | 303 | 107 | 12 | 0 | 100 | 30 | 106 | 63 | 64 |
| Binary | 10101111 | 11000011 | 1000111 | 1010 | 0 | 1000000 | 11000 | 1000110 | 110011 | 110100 |
Color Harmonies of #AFC347
Complementary color
Monochromatic Colors of #AFC347
Black with #AFC347
Text Example
Text Example
White with #AFC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC347; }
p { color: rgb(175,195,71); }
H1.HeaderClassName
{
color: #AFC347;
}
.AnyTagClassName
{
color: #AFC347;
}
</style>
background-color css
<style>
a { background-color: #AFC347; }
a { background-color: rgb(175,195,71); }
div.DivClassName
{
background-color: #AFC347;
}
.BgClassName
{
background-color: #AFC347;
}
</style>
border-color css
<style>
span { border-color: #AFC347; }
span { border-color: rgb(175,195,71); }
td.TdClassName
{
border-color: #AFC347;
}
.TagClassName
{
border-color: #AFC347;
}
</style>