Shades of Celery #ADCB41
Tints of Celery #ADCB41
RGB
CMYK
RGB Variations
Color information
#ADCB41 (or 0xADCB41) is known color: Celery. HEX triplet: AD, CB and 41. RGB value is (173,203,65). Sum of RGB (Red+Green+Blue) = 173+203+65=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB41 is #5234BE. Grayscale: #B2B2B2. Windows color (decimal): -5387455 or 4311981. OLE color: 4311981.
HSL color Cylindrical-coordinate representation of color #ADCB41: hue angle of 73.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADCB41 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 65 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.20 |
| HSL | 73.04º | 0.57% | 0.53% | - |
| HSV(B) | 73.04º | 0.68% | 0.8% | - |
| XYZ | 39.54 | 51.98 | 12.95 | - |
| YUV | 178.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 65 | 0.15 | 0 | 0.68 | 0.20 | 73.04 | 0.57 | 0.53 |
| Hex | AD | CB | 41 | F | 0 | 44 | 14 | 49 | 39 | 35 |
| Octal | 255 | 313 | 101 | 17 | 0 | 104 | 24 | 111 | 71 | 65 |
| Binary | 10101101 | 11001011 | 1000001 | 1111 | 0 | 1000100 | 10100 | 1001001 | 111001 | 110101 |
Color Harmonies of #ADCB41
Complementary color
Monochromatic Colors of #ADCB41
Black with #ADCB41
Text Example
Text Example
White with #ADCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB41; }
p { color: rgb(173,203,65); }
H1.HeaderClassName
{
color: #ADCB41;
}
.AnyTagClassName
{
color: #ADCB41;
}
</style>
background-color css
<style>
a { background-color: #ADCB41; }
a { background-color: rgb(173,203,65); }
div.DivClassName
{
background-color: #ADCB41;
}
.BgClassName
{
background-color: #ADCB41;
}
</style>
border-color css
<style>
span { border-color: #ADCB41; }
span { border-color: rgb(173,203,65); }
td.TdClassName
{
border-color: #ADCB41;
}
.TagClassName
{
border-color: #ADCB41;
}
</style>