Shades of Celery #AFC74F
Tints of Celery #AFC74F
RGB
CMYK
RGB Variations
Color information
#AFC74F (or 0xAFC74F) is known color: Celery. HEX triplet: AF, C7 and 4F. RGB value is (175,199,79). Sum of RGB (Red+Green+Blue) = 175+199+79=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC74F is #5038B0. Grayscale: #B2B2B2. Windows color (decimal): -5257393 or 5228463. OLE color: 5228463.
HSL color Cylindrical-coordinate representation of color #AFC74F: hue angle of 72º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC74F is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 79 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.22 |
| HSL | 72º | 0.52% | 0.55% | - |
| HSV(B) | 72º | 0.6% | 0.78% | - |
| XYZ | 39.51 | 50.53 | 15.07 | - |
| YUV | 178.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 79 | 0.12 | 0 | 0.60 | 0.22 | 72 | 0.52 | 0.55 |
| Hex | AF | C7 | 4F | C | 0 | 3C | 16 | 48 | 34 | 37 |
| Octal | 257 | 307 | 117 | 14 | 0 | 74 | 26 | 110 | 64 | 67 |
| Binary | 10101111 | 11000111 | 1001111 | 1100 | 0 | 111100 | 10110 | 1001000 | 110100 | 110111 |
Color Harmonies of #AFC74F
Complementary color
Monochromatic Colors of #AFC74F
Black with #AFC74F
Text Example
Text Example
White with #AFC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC74F; }
p { color: rgb(175,199,79); }
H1.HeaderClassName
{
color: #AFC74F;
}
.AnyTagClassName
{
color: #AFC74F;
}
</style>
background-color css
<style>
a { background-color: #AFC74F; }
a { background-color: rgb(175,199,79); }
div.DivClassName
{
background-color: #AFC74F;
}
.BgClassName
{
background-color: #AFC74F;
}
</style>
border-color css
<style>
span { border-color: #AFC74F; }
span { border-color: rgb(175,199,79); }
td.TdClassName
{
border-color: #AFC74F;
}
.TagClassName
{
border-color: #AFC74F;
}
</style>