Shades of Celery #AFCE46
Tints of Celery #AFCE46
RGB
CMYK
RGB Variations
Color information
#AFCE46 (or 0xAFCE46) is known color: Celery. HEX triplet: AF, CE and 46. RGB value is (175,206,70). Sum of RGB (Red+Green+Blue) = 175+206+70=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE46 is #5031B9. Grayscale: #B5B5B5. Windows color (decimal): -5255610 or 4640431. OLE color: 4640431.
HSL color Cylindrical-coordinate representation of color #AFCE46: hue angle of 73.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFCE46 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 70 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.19 |
| HSL | 73.68º | 0.58% | 0.54% | - |
| HSV(B) | 73.68º | 0.66% | 0.81% | - |
| XYZ | 40.86 | 53.7 | 14.01 | - |
| YUV | 181.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 70 | 0.15 | 0 | 0.66 | 0.19 | 73.68 | 0.58 | 0.54 |
| Hex | AF | CE | 46 | F | 0 | 42 | 13 | 4A | 3A | 36 |
| Octal | 257 | 316 | 106 | 17 | 0 | 102 | 23 | 112 | 72 | 66 |
| Binary | 10101111 | 11001110 | 1000110 | 1111 | 0 | 1000010 | 10011 | 1001010 | 111010 | 110110 |
Color Harmonies of #AFCE46
Complementary color
Monochromatic Colors of #AFCE46
Black with #AFCE46
Text Example
Text Example
White with #AFCE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE46; }
p { color: rgb(175,206,70); }
H1.HeaderClassName
{
color: #AFCE46;
}
.AnyTagClassName
{
color: #AFCE46;
}
</style>
background-color css
<style>
a { background-color: #AFCE46; }
a { background-color: rgb(175,206,70); }
div.DivClassName
{
background-color: #AFCE46;
}
.BgClassName
{
background-color: #AFCE46;
}
</style>
border-color css
<style>
span { border-color: #AFCE46; }
span { border-color: rgb(175,206,70); }
td.TdClassName
{
border-color: #AFCE46;
}
.TagClassName
{
border-color: #AFCE46;
}
</style>