Shades of Citrus #ABC705
Tints of Citrus #ABC705
RGB
CMYK
RGB Variations
Color information
#ABC705 (or 0xABC705) is known color: Citrus. HEX triplet: AB, C7 and 05. RGB value is (171,199,5). Sum of RGB (Red+Green+Blue) = 171+199+5=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC705 is #5438FA. Grayscale: #A9A9A9. Windows color (decimal): -5519611 or 378795. OLE color: 378795.
HSL color Cylindrical-coordinate representation of color #ABC705: hue angle of 68.66º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABC705 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.22 |
| HSL | 68.66º | 0.95% | 0.4% | - |
| HSV(B) | 68.66º | 0.97% | 0.78% | - |
| XYZ | 37.25 | 49.52 | 7.74 | - |
| YUV | 168.51 | 35.72 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 5 | 0.14 | 0 | 0.97 | 0.22 | 68.66 | 0.95 | 0.4 |
| Hex | AB | C7 | 5 | E | 0 | 61 | 16 | 45 | 5F | 28 |
| Octal | 253 | 307 | 5 | 16 | 0 | 141 | 26 | 105 | 137 | 50 |
| Binary | 10101011 | 11000111 | 101 | 1110 | 0 | 1100001 | 10110 | 1000101 | 1011111 | 101000 |
Color Harmonies of #ABC705
Complementary color
Monochromatic Colors of #ABC705
Black with #ABC705
Text Example
Text Example
White with #ABC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC705; }
p { color: rgb(171,199,5); }
H1.HeaderClassName
{
color: #ABC705;
}
.AnyTagClassName
{
color: #ABC705;
}
</style>
background-color css
<style>
a { background-color: #ABC705; }
a { background-color: rgb(171,199,5); }
div.DivClassName
{
background-color: #ABC705;
}
.BgClassName
{
background-color: #ABC705;
}
</style>
border-color css
<style>
span { border-color: #ABC705; }
span { border-color: rgb(171,199,5); }
td.TdClassName
{
border-color: #ABC705;
}
.TagClassName
{
border-color: #ABC705;
}
</style>