Shades of Citrus #ADBE00
Tints of Citrus #ADBE00
RGB
CMYK
RGB Variations
Color information
#ADBE00 (or 0xADBE00) is known color: Citrus. HEX triplet: AD, BE and 00. RGB value is (173,190,0). Sum of RGB (Red+Green+Blue) = 173+190+0=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE00 is #5241FF. Grayscale: #A4A4A4. Windows color (decimal): -5390848 or 48813. OLE color: 48813.
HSL color Cylindrical-coordinate representation of color #ADBE00: hue angle of 65.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADBE00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.25 |
| HSL | 65.37º | 1% | 0.37% | - |
| HSV(B) | 65.37º | 1% | 0.75% | - |
| XYZ | 35.65 | 45.71 | 6.94 | - |
| YUV | 163.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 0 | 0.09 | 0 | 1 | 0.25 | 65.37 | 1 | 0.37 |
| Hex | AD | BE | 0 | 9 | 0 | 64 | 19 | 41 | 64 | 25 |
| Octal | 255 | 276 | 0 | 11 | 0 | 144 | 31 | 101 | 144 | 45 |
| Binary | 10101101 | 10111110 | 0 | 1001 | 0 | 1100100 | 11001 | 1000001 | 1100100 | 100101 |
Color Harmonies of #ADBE00
Complementary color
Monochromatic Colors of #ADBE00
Black with #ADBE00
Text Example
Text Example
White with #ADBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE00; }
p { color: rgb(173,190,0); }
H1.HeaderClassName
{
color: #ADBE00;
}
.AnyTagClassName
{
color: #ADBE00;
}
</style>
background-color css
<style>
a { background-color: #ADBE00; }
a { background-color: rgb(173,190,0); }
div.DivClassName
{
background-color: #ADBE00;
}
.BgClassName
{
background-color: #ADBE00;
}
</style>
border-color css
<style>
span { border-color: #ADBE00; }
span { border-color: rgb(173,190,0); }
td.TdClassName
{
border-color: #ADBE00;
}
.TagClassName
{
border-color: #ADBE00;
}
</style>