Shades of Celery #AFC641
Tints of Celery #AFC641
RGB
CMYK
RGB Variations
Color information
#AFC641 (or 0xAFC641) is known color: Celery. HEX triplet: AF, C6 and 41. RGB value is (175,198,65). Sum of RGB (Red+Green+Blue) = 175+198+65=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC641 is #5039BE. Grayscale: #B0B0B0. Windows color (decimal): -5257663 or 4310703. OLE color: 4310703.
HSL color Cylindrical-coordinate representation of color #AFC641: hue angle of 70.38º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFC641 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 65 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.22 |
| HSL | 70.38º | 0.54% | 0.52% | - |
| HSV(B) | 70.38º | 0.67% | 0.78% | - |
| XYZ | 38.83 | 49.88 | 12.58 | - |
| YUV | 175.96 | 65.38 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 65 | 0.12 | 0 | 0.67 | 0.22 | 70.38 | 0.54 | 0.52 |
| Hex | AF | C6 | 41 | C | 0 | 43 | 16 | 46 | 36 | 34 |
| Octal | 257 | 306 | 101 | 14 | 0 | 103 | 26 | 106 | 66 | 64 |
| Binary | 10101111 | 11000110 | 1000001 | 1100 | 0 | 1000011 | 10110 | 1000110 | 110110 | 110100 |
Color Harmonies of #AFC641
Complementary color
Monochromatic Colors of #AFC641
Black with #AFC641
Text Example
Text Example
White with #AFC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC641; }
p { color: rgb(175,198,65); }
H1.HeaderClassName
{
color: #AFC641;
}
.AnyTagClassName
{
color: #AFC641;
}
</style>
background-color css
<style>
a { background-color: #AFC641; }
a { background-color: rgb(175,198,65); }
div.DivClassName
{
background-color: #AFC641;
}
.BgClassName
{
background-color: #AFC641;
}
</style>
border-color css
<style>
span { border-color: #AFC641; }
span { border-color: rgb(175,198,65); }
td.TdClassName
{
border-color: #AFC641;
}
.TagClassName
{
border-color: #AFC641;
}
</style>