Shades of Celery #AFB83D
Tints of Celery #AFB83D
RGB
CMYK
RGB Variations
Color information
#AFB83D (or 0xAFB83D) is known color: Celery. HEX triplet: AF, B8 and 3D. RGB value is (175,184,61). Sum of RGB (Red+Green+Blue) = 175+184+61=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB83D is #5047C2. Grayscale: #A7A7A7. Windows color (decimal): -5261251 or 4044975. OLE color: 4044975.
HSL color Cylindrical-coordinate representation of color #AFB83D: hue angle of 64.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFB83D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 61 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.28 |
| HSL | 64.39º | 0.5% | 0.48% | - |
| HSV(B) | 64.39º | 0.67% | 0.72% | - |
| XYZ | 35.66 | 43.73 | 10.98 | - |
| YUV | 167.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 61 | 0.05 | 0 | 0.67 | 0.28 | 64.39 | 0.5 | 0.48 |
| Hex | AF | B8 | 3D | 5 | 0 | 43 | 1C | 40 | 32 | 30 |
| Octal | 257 | 270 | 75 | 5 | 0 | 103 | 34 | 100 | 62 | 60 |
| Binary | 10101111 | 10111000 | 111101 | 101 | 0 | 1000011 | 11100 | 1000000 | 110010 | 110000 |
Color Harmonies of #AFB83D
Complementary color
Monochromatic Colors of #AFB83D
Black with #AFB83D
Text Example
Text Example
White with #AFB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB83D; }
p { color: rgb(175,184,61); }
H1.HeaderClassName
{
color: #AFB83D;
}
.AnyTagClassName
{
color: #AFB83D;
}
</style>
background-color css
<style>
a { background-color: #AFB83D; }
a { background-color: rgb(175,184,61); }
div.DivClassName
{
background-color: #AFB83D;
}
.BgClassName
{
background-color: #AFB83D;
}
</style>
border-color css
<style>
span { border-color: #AFB83D; }
span { border-color: rgb(175,184,61); }
td.TdClassName
{
border-color: #AFB83D;
}
.TagClassName
{
border-color: #AFB83D;
}
</style>