Shades of Celery #AFC344
Tints of Celery #AFC344
RGB
CMYK
RGB Variations
Color information
#AFC344 (or 0xAFC344) is known color: Celery. HEX triplet: AF, C3 and 44. RGB value is (175,195,68). Sum of RGB (Red+Green+Blue) = 175+195+68=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC344 is #503CBB. Grayscale: #AFAFAF. Windows color (decimal): -5258428 or 4506543. OLE color: 4506543.
HSL color Cylindrical-coordinate representation of color #AFC344: hue angle of 69.45º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC344 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 68 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.24 |
| HSL | 69.45º | 0.51% | 0.52% | - |
| HSV(B) | 69.45º | 0.65% | 0.76% | - |
| XYZ | 38.24 | 48.56 | 12.83 | - |
| YUV | 174.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 68 | 0.10 | 0 | 0.65 | 0.24 | 69.45 | 0.51 | 0.52 |
| Hex | AF | C3 | 44 | A | 0 | 41 | 18 | 45 | 33 | 34 |
| Octal | 257 | 303 | 104 | 12 | 0 | 101 | 30 | 105 | 63 | 64 |
| Binary | 10101111 | 11000011 | 1000100 | 1010 | 0 | 1000001 | 11000 | 1000101 | 110011 | 110100 |
Color Harmonies of #AFC344
Complementary color
Monochromatic Colors of #AFC344
Black with #AFC344
Text Example
Text Example
White with #AFC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC344; }
p { color: rgb(175,195,68); }
H1.HeaderClassName
{
color: #AFC344;
}
.AnyTagClassName
{
color: #AFC344;
}
</style>
background-color css
<style>
a { background-color: #AFC344; }
a { background-color: rgb(175,195,68); }
div.DivClassName
{
background-color: #AFC344;
}
.BgClassName
{
background-color: #AFC344;
}
</style>
border-color css
<style>
span { border-color: #AFC344; }
span { border-color: rgb(175,195,68); }
td.TdClassName
{
border-color: #AFC344;
}
.TagClassName
{
border-color: #AFC344;
}
</style>