Shades of Celery #AFC742
Tints of Celery #AFC742
RGB
CMYK
RGB Variations
Color information
#AFC742 (or 0xAFC742) is known color: Celery. HEX triplet: AF, C7 and 42. RGB value is (175,199,66). Sum of RGB (Red+Green+Blue) = 175+199+66=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC742 is #5038BD. Grayscale: #B1B1B1. Windows color (decimal): -5257406 or 4376495. OLE color: 4376495.
HSL color Cylindrical-coordinate representation of color #AFC742: hue angle of 70.83º 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 #AFC742 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 66 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.22 |
| HSL | 70.83º | 0.54% | 0.52% | - |
| HSV(B) | 70.83º | 0.67% | 0.78% | - |
| XYZ | 39.09 | 50.35 | 12.81 | - |
| YUV | 176.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 66 | 0.12 | 0 | 0.67 | 0.22 | 70.83 | 0.54 | 0.52 |
| Hex | AF | C7 | 42 | C | 0 | 43 | 16 | 47 | 36 | 34 |
| Octal | 257 | 307 | 102 | 14 | 0 | 103 | 26 | 107 | 66 | 64 |
| Binary | 10101111 | 11000111 | 1000010 | 1100 | 0 | 1000011 | 10110 | 1000111 | 110110 | 110100 |
Color Harmonies of #AFC742
Complementary color
Monochromatic Colors of #AFC742
Black with #AFC742
Text Example
Text Example
White with #AFC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC742; }
p { color: rgb(175,199,66); }
H1.HeaderClassName
{
color: #AFC742;
}
.AnyTagClassName
{
color: #AFC742;
}
</style>
background-color css
<style>
a { background-color: #AFC742; }
a { background-color: rgb(175,199,66); }
div.DivClassName
{
background-color: #AFC742;
}
.BgClassName
{
background-color: #AFC742;
}
</style>
border-color css
<style>
span { border-color: #AFC742; }
span { border-color: rgb(175,199,66); }
td.TdClassName
{
border-color: #AFC742;
}
.TagClassName
{
border-color: #AFC742;
}
</style>