Shades of Celery #AFCB3E
Tints of Celery #AFCB3E
RGB
CMYK
RGB Variations
Color information
#AFCB3E (or 0xAFCB3E) is known color: Celery. HEX triplet: AF, CB and 3E. RGB value is (175,203,62). Sum of RGB (Red+Green+Blue) = 175+203+62=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB3E is #5034C1. Grayscale: #B3B3B3. Windows color (decimal): -5256386 or 4115375. OLE color: 4115375.
HSL color Cylindrical-coordinate representation of color #AFCB3E: hue angle of 71.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFCB3E is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 62 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.20 |
| HSL | 71.91º | 0.58% | 0.52% | - |
| HSV(B) | 71.91º | 0.69% | 0.8% | - |
| XYZ | 39.9 | 52.17 | 12.52 | - |
| YUV | 178.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 62 | 0.14 | 0 | 0.69 | 0.20 | 71.91 | 0.58 | 0.52 |
| Hex | AF | CB | 3E | E | 0 | 45 | 14 | 48 | 3A | 34 |
| Octal | 257 | 313 | 76 | 16 | 0 | 105 | 24 | 110 | 72 | 64 |
| Binary | 10101111 | 11001011 | 111110 | 1110 | 0 | 1000101 | 10100 | 1001000 | 111010 | 110100 |
Color Harmonies of #AFCB3E
Complementary color
Monochromatic Colors of #AFCB3E
Black with #AFCB3E
Text Example
Text Example
White with #AFCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB3E; }
p { color: rgb(175,203,62); }
H1.HeaderClassName
{
color: #AFCB3E;
}
.AnyTagClassName
{
color: #AFCB3E;
}
</style>
background-color css
<style>
a { background-color: #AFCB3E; }
a { background-color: rgb(175,203,62); }
div.DivClassName
{
background-color: #AFCB3E;
}
.BgClassName
{
background-color: #AFCB3E;
}
</style>
border-color css
<style>
span { border-color: #AFCB3E; }
span { border-color: rgb(175,203,62); }
td.TdClassName
{
border-color: #AFCB3E;
}
.TagClassName
{
border-color: #AFCB3E;
}
</style>