Shades of Celery #AFCD4B
Tints of Celery #AFCD4B
RGB
CMYK
RGB Variations
Color information
#AFCD4B (or 0xAFCD4B) is known color: Celery. HEX triplet: AF, CD and 4B. RGB value is (175,205,75). Sum of RGB (Red+Green+Blue) = 175+205+75=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD4B is #5032B4. Grayscale: #B5B5B5. Windows color (decimal): -5255861 or 4967855. OLE color: 4967855.
HSL color Cylindrical-coordinate representation of color #AFCD4B: hue angle of 73.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFCD4B is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 75 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.20 |
| HSL | 73.85º | 0.57% | 0.55% | - |
| HSV(B) | 73.85º | 0.63% | 0.8% | - |
| XYZ | 40.78 | 53.28 | 14.79 | - |
| YUV | 181.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 75 | 0.15 | 0 | 0.63 | 0.20 | 73.85 | 0.57 | 0.55 |
| Hex | AF | CD | 4B | F | 0 | 3F | 14 | 4A | 39 | 37 |
| Octal | 257 | 315 | 113 | 17 | 0 | 77 | 24 | 112 | 71 | 67 |
| Binary | 10101111 | 11001101 | 1001011 | 1111 | 0 | 111111 | 10100 | 1001010 | 111001 | 110111 |
Color Harmonies of #AFCD4B
Complementary color
Monochromatic Colors of #AFCD4B
Black with #AFCD4B
Text Example
Text Example
White with #AFCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD4B; }
p { color: rgb(175,205,75); }
H1.HeaderClassName
{
color: #AFCD4B;
}
.AnyTagClassName
{
color: #AFCD4B;
}
</style>
background-color css
<style>
a { background-color: #AFCD4B; }
a { background-color: rgb(175,205,75); }
div.DivClassName
{
background-color: #AFCD4B;
}
.BgClassName
{
background-color: #AFCD4B;
}
</style>
border-color css
<style>
span { border-color: #AFCD4B; }
span { border-color: rgb(175,205,75); }
td.TdClassName
{
border-color: #AFCD4B;
}
.TagClassName
{
border-color: #AFCD4B;
}
</style>