Shades of Celery #AFC258
Tints of Celery #AFC258
RGB
CMYK
RGB Variations
Color information
#AFC258 (or 0xAFC258) is known color: Celery. HEX triplet: AF, C2 and 58. RGB value is (175,194,88). Sum of RGB (Red+Green+Blue) = 175+194+88=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC258 is #503DA7. Grayscale: #B0B0B0. Windows color (decimal): -5258664 or 5817007. OLE color: 5817007.
HSL color Cylindrical-coordinate representation of color #AFC258: hue angle of 70.75º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFC258 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 88 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.24 |
| HSL | 70.75º | 0.46% | 0.55% | - |
| HSV(B) | 70.75º | 0.55% | 0.76% | - |
| XYZ | 38.73 | 48.4 | 16.53 | - |
| YUV | 176.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 88 | 0.10 | 0 | 0.55 | 0.24 | 70.75 | 0.46 | 0.55 |
| Hex | AF | C2 | 58 | A | 0 | 37 | 18 | 47 | 2E | 37 |
| Octal | 257 | 302 | 130 | 12 | 0 | 67 | 30 | 107 | 56 | 67 |
| Binary | 10101111 | 11000010 | 1011000 | 1010 | 0 | 110111 | 11000 | 1000111 | 101110 | 110111 |
Color Harmonies of #AFC258
Complementary color
Monochromatic Colors of #AFC258
Black with #AFC258
Text Example
Text Example
White with #AFC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC258; }
p { color: rgb(175,194,88); }
H1.HeaderClassName
{
color: #AFC258;
}
.AnyTagClassName
{
color: #AFC258;
}
</style>
background-color css
<style>
a { background-color: #AFC258; }
a { background-color: rgb(175,194,88); }
div.DivClassName
{
background-color: #AFC258;
}
.BgClassName
{
background-color: #AFC258;
}
</style>
border-color css
<style>
span { border-color: #AFC258; }
span { border-color: rgb(175,194,88); }
td.TdClassName
{
border-color: #AFC258;
}
.TagClassName
{
border-color: #AFC258;
}
</style>