Shades of Celery #AFC74A
Tints of Celery #AFC74A
RGB
CMYK
RGB Variations
Color information
#AFC74A (or 0xAFC74A) is known color: Celery. HEX triplet: AF, C7 and 4A. RGB value is (175,199,74). Sum of RGB (Red+Green+Blue) = 175+199+74=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC74A is #5038B5. Grayscale: #B2B2B2. Windows color (decimal): -5257398 or 4900783. OLE color: 4900783.
HSL color Cylindrical-coordinate representation of color #AFC74A: hue angle of 71.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC74A is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 74 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.22 |
| HSL | 71.52º | 0.53% | 0.54% | - |
| HSV(B) | 71.52º | 0.63% | 0.78% | - |
| XYZ | 39.34 | 50.46 | 14.14 | - |
| YUV | 177.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 74 | 0.12 | 0 | 0.63 | 0.22 | 71.52 | 0.53 | 0.54 |
| Hex | AF | C7 | 4A | C | 0 | 3F | 16 | 48 | 35 | 36 |
| Octal | 257 | 307 | 112 | 14 | 0 | 77 | 26 | 110 | 65 | 66 |
| Binary | 10101111 | 11000111 | 1001010 | 1100 | 0 | 111111 | 10110 | 1001000 | 110101 | 110110 |
Color Harmonies of #AFC74A
Complementary color
Monochromatic Colors of #AFC74A
Black with #AFC74A
Text Example
Text Example
White with #AFC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC74A; }
p { color: rgb(175,199,74); }
H1.HeaderClassName
{
color: #AFC74A;
}
.AnyTagClassName
{
color: #AFC74A;
}
</style>
background-color css
<style>
a { background-color: #AFC74A; }
a { background-color: rgb(175,199,74); }
div.DivClassName
{
background-color: #AFC74A;
}
.BgClassName
{
background-color: #AFC74A;
}
</style>
border-color css
<style>
span { border-color: #AFC74A; }
span { border-color: rgb(175,199,74); }
td.TdClassName
{
border-color: #AFC74A;
}
.TagClassName
{
border-color: #AFC74A;
}
</style>