Shades of Celery #AFC74B
Tints of Celery #AFC74B
RGB
CMYK
RGB Variations
Color information
#AFC74B (or 0xAFC74B) is known color: Celery. HEX triplet: AF, C7 and 4B. RGB value is (175,199,75). Sum of RGB (Red+Green+Blue) = 175+199+75=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC74B is #5038B4. Grayscale: #B2B2B2. Windows color (decimal): -5257397 or 4966319. OLE color: 4966319.
HSL color Cylindrical-coordinate representation of color #AFC74B: hue angle of 71.61º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC74B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 75 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.22 |
| HSL | 71.61º | 0.53% | 0.54% | - |
| HSV(B) | 71.61º | 0.62% | 0.78% | - |
| XYZ | 39.37 | 50.47 | 14.32 | - |
| YUV | 177.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 75 | 0.12 | 0 | 0.62 | 0.22 | 71.61 | 0.53 | 0.54 |
| Hex | AF | C7 | 4B | C | 0 | 3E | 16 | 48 | 35 | 36 |
| Octal | 257 | 307 | 113 | 14 | 0 | 76 | 26 | 110 | 65 | 66 |
| Binary | 10101111 | 11000111 | 1001011 | 1100 | 0 | 111110 | 10110 | 1001000 | 110101 | 110110 |
Color Harmonies of #AFC74B
Complementary color
Monochromatic Colors of #AFC74B
Black with #AFC74B
Text Example
Text Example
White with #AFC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC74B; }
p { color: rgb(175,199,75); }
H1.HeaderClassName
{
color: #AFC74B;
}
.AnyTagClassName
{
color: #AFC74B;
}
</style>
background-color css
<style>
a { background-color: #AFC74B; }
a { background-color: rgb(175,199,75); }
div.DivClassName
{
background-color: #AFC74B;
}
.BgClassName
{
background-color: #AFC74B;
}
</style>
border-color css
<style>
span { border-color: #AFC74B; }
span { border-color: rgb(175,199,75); }
td.TdClassName
{
border-color: #AFC74B;
}
.TagClassName
{
border-color: #AFC74B;
}
</style>