Shades of Celery #AFC741
Tints of Celery #AFC741
RGB
CMYK
RGB Variations
Color information
#AFC741 (or 0xAFC741) is known color: Celery. HEX triplet: AF, C7 and 41. RGB value is (175,199,65). Sum of RGB (Red+Green+Blue) = 175+199+65=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC741 is #5038BE. Grayscale: #B1B1B1. Windows color (decimal): -5257407 or 4310959. OLE color: 4310959.
HSL color Cylindrical-coordinate representation of color #AFC741: hue angle of 70.75º 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 #AFC741 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 65 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.22 |
| HSL | 70.75º | 0.54% | 0.52% | - |
| HSV(B) | 70.75º | 0.67% | 0.78% | - |
| XYZ | 39.06 | 50.34 | 12.66 | - |
| YUV | 176.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 65 | 0.12 | 0 | 0.67 | 0.22 | 70.75 | 0.54 | 0.52 |
| Hex | AF | C7 | 41 | C | 0 | 43 | 16 | 47 | 36 | 34 |
| Octal | 257 | 307 | 101 | 14 | 0 | 103 | 26 | 107 | 66 | 64 |
| Binary | 10101111 | 11000111 | 1000001 | 1100 | 0 | 1000011 | 10110 | 1000111 | 110110 | 110100 |
Color Harmonies of #AFC741
Complementary color
Monochromatic Colors of #AFC741
Black with #AFC741
Text Example
Text Example
White with #AFC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC741; }
p { color: rgb(175,199,65); }
H1.HeaderClassName
{
color: #AFC741;
}
.AnyTagClassName
{
color: #AFC741;
}
</style>
background-color css
<style>
a { background-color: #AFC741; }
a { background-color: rgb(175,199,65); }
div.DivClassName
{
background-color: #AFC741;
}
.BgClassName
{
background-color: #AFC741;
}
</style>
border-color css
<style>
span { border-color: #AFC741; }
span { border-color: rgb(175,199,65); }
td.TdClassName
{
border-color: #AFC741;
}
.TagClassName
{
border-color: #AFC741;
}
</style>