Shades of Celery #ADCB50
Tints of Celery #ADCB50
RGB
CMYK
RGB Variations
Color information
#ADCB50 (or 0xADCB50) is known color: Celery. HEX triplet: AD, CB and 50. RGB value is (173,203,80). Sum of RGB (Red+Green+Blue) = 173+203+80=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB50 is #5234AF. Grayscale: #B4B4B4. Windows color (decimal): -5387440 or 5295021. OLE color: 5295021.
HSL color Cylindrical-coordinate representation of color #ADCB50: hue angle of 74.63º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADCB50 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 80 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.20 |
| HSL | 74.63º | 0.54% | 0.55% | - |
| HSV(B) | 74.63º | 0.61% | 0.8% | - |
| XYZ | 40.04 | 52.18 | 15.55 | - |
| YUV | 180.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 80 | 0.15 | 0 | 0.61 | 0.20 | 74.63 | 0.54 | 0.55 |
| Hex | AD | CB | 50 | F | 0 | 3D | 14 | 4B | 36 | 37 |
| Octal | 255 | 313 | 120 | 17 | 0 | 75 | 24 | 113 | 66 | 67 |
| Binary | 10101101 | 11001011 | 1010000 | 1111 | 0 | 111101 | 10100 | 1001011 | 110110 | 110111 |
Color Harmonies of #ADCB50
Complementary color
Monochromatic Colors of #ADCB50
Black with #ADCB50
Text Example
Text Example
White with #ADCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB50; }
p { color: rgb(173,203,80); }
H1.HeaderClassName
{
color: #ADCB50;
}
.AnyTagClassName
{
color: #ADCB50;
}
</style>
background-color css
<style>
a { background-color: #ADCB50; }
a { background-color: rgb(173,203,80); }
div.DivClassName
{
background-color: #ADCB50;
}
.BgClassName
{
background-color: #ADCB50;
}
</style>
border-color css
<style>
span { border-color: #ADCB50; }
span { border-color: rgb(173,203,80); }
td.TdClassName
{
border-color: #ADCB50;
}
.TagClassName
{
border-color: #ADCB50;
}
</style>