Shades of Celery #AFC34D
Tints of Celery #AFC34D
RGB
CMYK
RGB Variations
Color information
#AFC34D (or 0xAFC34D) is known color: Celery. HEX triplet: AF, C3 and 4D. RGB value is (175,195,77). Sum of RGB (Red+Green+Blue) = 175+195+77=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC34D is #503CB2. Grayscale: #B0B0B0. Windows color (decimal): -5258419 or 5096367. OLE color: 5096367.
HSL color Cylindrical-coordinate representation of color #AFC34D: hue angle of 70.17º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFC34D is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 77 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.24 |
| HSL | 70.17º | 0.5% | 0.53% | - |
| HSV(B) | 70.17º | 0.61% | 0.76% | - |
| XYZ | 38.53 | 48.68 | 14.39 | - |
| YUV | 175.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 77 | 0.10 | 0 | 0.61 | 0.24 | 70.17 | 0.5 | 0.53 |
| Hex | AF | C3 | 4D | A | 0 | 3D | 18 | 46 | 32 | 35 |
| Octal | 257 | 303 | 115 | 12 | 0 | 75 | 30 | 106 | 62 | 65 |
| Binary | 10101111 | 11000011 | 1001101 | 1010 | 0 | 111101 | 11000 | 1000110 | 110010 | 110101 |
Color Harmonies of #AFC34D
Complementary color
Monochromatic Colors of #AFC34D
Black with #AFC34D
Text Example
Text Example
White with #AFC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC34D; }
p { color: rgb(175,195,77); }
H1.HeaderClassName
{
color: #AFC34D;
}
.AnyTagClassName
{
color: #AFC34D;
}
</style>
background-color css
<style>
a { background-color: #AFC34D; }
a { background-color: rgb(175,195,77); }
div.DivClassName
{
background-color: #AFC34D;
}
.BgClassName
{
background-color: #AFC34D;
}
</style>
border-color css
<style>
span { border-color: #AFC34D; }
span { border-color: rgb(175,195,77); }
td.TdClassName
{
border-color: #AFC34D;
}
.TagClassName
{
border-color: #AFC34D;
}
</style>