Shades of Celery #AFC058
Tints of Celery #AFC058
RGB
CMYK
RGB Variations
Color information
#AFC058 (or 0xAFC058) is known color: Celery. HEX triplet: AF, C0 and 58. RGB value is (175,192,88). Sum of RGB (Red+Green+Blue) = 175+192+88=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC058 is #503FA7. Grayscale: #AFAFAF. Windows color (decimal): -5259176 or 5816495. OLE color: 5816495.
HSL color Cylindrical-coordinate representation of color #AFC058: hue angle of 69.81º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFC058 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 88 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.25 |
| HSL | 69.81º | 0.45% | 0.55% | - |
| HSV(B) | 69.81º | 0.54% | 0.75% | - |
| XYZ | 38.29 | 47.52 | 16.39 | - |
| YUV | 175.06 | 78.87 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 88 | 0.09 | 0 | 0.54 | 0.25 | 69.81 | 0.45 | 0.55 |
| Hex | AF | C0 | 58 | 9 | 0 | 36 | 19 | 46 | 2D | 37 |
| Octal | 257 | 300 | 130 | 11 | 0 | 66 | 31 | 106 | 55 | 67 |
| Binary | 10101111 | 11000000 | 1011000 | 1001 | 0 | 110110 | 11001 | 1000110 | 101101 | 110111 |
Color Harmonies of #AFC058
Complementary color
Monochromatic Colors of #AFC058
Black with #AFC058
Text Example
Text Example
White with #AFC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC058; }
p { color: rgb(175,192,88); }
H1.HeaderClassName
{
color: #AFC058;
}
.AnyTagClassName
{
color: #AFC058;
}
</style>
background-color css
<style>
a { background-color: #AFC058; }
a { background-color: rgb(175,192,88); }
div.DivClassName
{
background-color: #AFC058;
}
.BgClassName
{
background-color: #AFC058;
}
</style>
border-color css
<style>
span { border-color: #AFC058; }
span { border-color: rgb(175,192,88); }
td.TdClassName
{
border-color: #AFC058;
}
.TagClassName
{
border-color: #AFC058;
}
</style>