Shades of Celery #AFC341
Tints of Celery #AFC341
RGB
CMYK
RGB Variations
Color information
#AFC341 (or 0xAFC341) is known color: Celery. HEX triplet: AF, C3 and 41. RGB value is (175,195,65). Sum of RGB (Red+Green+Blue) = 175+195+65=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC341 is #503CBE. Grayscale: #AEAEAE. Windows color (decimal): -5258431 or 4309935. OLE color: 4309935.
HSL color Cylindrical-coordinate representation of color #AFC341: hue angle of 69.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFC341 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 65 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.24 |
| HSL | 69.23º | 0.52% | 0.51% | - |
| HSV(B) | 69.23º | 0.67% | 0.76% | - |
| XYZ | 38.15 | 48.53 | 12.36 | - |
| YUV | 174.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 65 | 0.10 | 0 | 0.67 | 0.24 | 69.23 | 0.52 | 0.51 |
| Hex | AF | C3 | 41 | A | 0 | 43 | 18 | 45 | 34 | 33 |
| Octal | 257 | 303 | 101 | 12 | 0 | 103 | 30 | 105 | 64 | 63 |
| Binary | 10101111 | 11000011 | 1000001 | 1010 | 0 | 1000011 | 11000 | 1000101 | 110100 | 110011 |
Color Harmonies of #AFC341
Complementary color
Monochromatic Colors of #AFC341
Black with #AFC341
Text Example
Text Example
White with #AFC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC341; }
p { color: rgb(175,195,65); }
H1.HeaderClassName
{
color: #AFC341;
}
.AnyTagClassName
{
color: #AFC341;
}
</style>
background-color css
<style>
a { background-color: #AFC341; }
a { background-color: rgb(175,195,65); }
div.DivClassName
{
background-color: #AFC341;
}
.BgClassName
{
background-color: #AFC341;
}
</style>
border-color css
<style>
span { border-color: #AFC341; }
span { border-color: rgb(175,195,65); }
td.TdClassName
{
border-color: #AFC341;
}
.TagClassName
{
border-color: #AFC341;
}
</style>