Shades of Celery #AFC34C
Tints of Celery #AFC34C
RGB
CMYK
RGB Variations
Color information
#AFC34C (or 0xAFC34C) is known color: Celery. HEX triplet: AF, C3 and 4C. RGB value is (175,195,76). Sum of RGB (Red+Green+Blue) = 175+195+76=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC34C is #503CB3. Grayscale: #AFAFAF. Windows color (decimal): -5258420 or 5030831. OLE color: 5030831.
HSL color Cylindrical-coordinate representation of color #AFC34C: hue angle of 70.08º 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 #AFC34C is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 76 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.24 |
| HSL | 70.08º | 0.5% | 0.53% | - |
| HSV(B) | 70.08º | 0.61% | 0.76% | - |
| XYZ | 38.5 | 48.67 | 14.2 | - |
| YUV | 175.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 76 | 0.10 | 0 | 0.61 | 0.24 | 70.08 | 0.5 | 0.53 |
| Hex | AF | C3 | 4C | A | 0 | 3D | 18 | 46 | 32 | 35 |
| Octal | 257 | 303 | 114 | 12 | 0 | 75 | 30 | 106 | 62 | 65 |
| Binary | 10101111 | 11000011 | 1001100 | 1010 | 0 | 111101 | 11000 | 1000110 | 110010 | 110101 |
Color Harmonies of #AFC34C
Complementary color
Monochromatic Colors of #AFC34C
Black with #AFC34C
Text Example
Text Example
White with #AFC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC34C; }
p { color: rgb(175,195,76); }
H1.HeaderClassName
{
color: #AFC34C;
}
.AnyTagClassName
{
color: #AFC34C;
}
</style>
background-color css
<style>
a { background-color: #AFC34C; }
a { background-color: rgb(175,195,76); }
div.DivClassName
{
background-color: #AFC34C;
}
.BgClassName
{
background-color: #AFC34C;
}
</style>
border-color css
<style>
span { border-color: #AFC34C; }
span { border-color: rgb(175,195,76); }
td.TdClassName
{
border-color: #AFC34C;
}
.TagClassName
{
border-color: #AFC34C;
}
</style>