Shades of Citrus #ABC805
Tints of Citrus #ABC805
RGB
CMYK
RGB Variations
Color information
#ABC805 (or 0xABC805) is known color: Citrus. HEX triplet: AB, C8 and 05. RGB value is (171,200,5). Sum of RGB (Red+Green+Blue) = 171+200+5=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC805 is #5437FA. Grayscale: #A9A9A9. Windows color (decimal): -5519355 or 379051. OLE color: 379051.
HSL color Cylindrical-coordinate representation of color #ABC805: hue angle of 68.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC805 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.22 |
| HSL | 68.92º | 0.95% | 0.4% | - |
| HSV(B) | 68.92º | 0.98% | 0.78% | - |
| XYZ | 37.48 | 49.98 | 7.81 | - |
| YUV | 169.1 | 35.39 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 5 | 0.14 | 0 | 0.98 | 0.22 | 68.92 | 0.95 | 0.4 |
| Hex | AB | C8 | 5 | E | 0 | 62 | 16 | 45 | 5F | 28 |
| Octal | 253 | 310 | 5 | 16 | 0 | 142 | 26 | 105 | 137 | 50 |
| Binary | 10101011 | 11001000 | 101 | 1110 | 0 | 1100010 | 10110 | 1000101 | 1011111 | 101000 |
Color Harmonies of #ABC805
Complementary color
Monochromatic Colors of #ABC805
Black with #ABC805
Text Example
Text Example
White with #ABC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC805; }
p { color: rgb(171,200,5); }
H1.HeaderClassName
{
color: #ABC805;
}
.AnyTagClassName
{
color: #ABC805;
}
</style>
background-color css
<style>
a { background-color: #ABC805; }
a { background-color: rgb(171,200,5); }
div.DivClassName
{
background-color: #ABC805;
}
.BgClassName
{
background-color: #ABC805;
}
</style>
border-color css
<style>
span { border-color: #ABC805; }
span { border-color: rgb(171,200,5); }
td.TdClassName
{
border-color: #ABC805;
}
.TagClassName
{
border-color: #ABC805;
}
</style>