Shades of Citrus #ABC507
Tints of Citrus #ABC507
RGB
CMYK
RGB Variations
Color information
#ABC507 (or 0xABC507) is known color: Citrus. HEX triplet: AB, C5 and 07. RGB value is (171,197,7). Sum of RGB (Red+Green+Blue) = 171+197+7=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC507 is #543AF8. Grayscale: #A8A8A8. Windows color (decimal): -5520121 or 509355. OLE color: 509355.
HSL color Cylindrical-coordinate representation of color #ABC507: hue angle of 68.21º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC507 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 7 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.23 |
| HSL | 68.21º | 0.93% | 0.4% | - |
| HSV(B) | 68.21º | 0.96% | 0.77% | - |
| XYZ | 36.8 | 48.61 | 7.64 | - |
| YUV | 167.57 | 37.39 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 7 | 0.13 | 0 | 0.96 | 0.23 | 68.21 | 0.93 | 0.4 |
| Hex | AB | C5 | 7 | D | 0 | 60 | 17 | 44 | 5D | 28 |
| Octal | 253 | 305 | 7 | 15 | 0 | 140 | 27 | 104 | 135 | 50 |
| Binary | 10101011 | 11000101 | 111 | 1101 | 0 | 1100000 | 10111 | 1000100 | 1011101 | 101000 |
Color Harmonies of #ABC507
Complementary color
Monochromatic Colors of #ABC507
Black with #ABC507
Text Example
Text Example
White with #ABC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC507; }
p { color: rgb(171,197,7); }
H1.HeaderClassName
{
color: #ABC507;
}
.AnyTagClassName
{
color: #ABC507;
}
</style>
background-color css
<style>
a { background-color: #ABC507; }
a { background-color: rgb(171,197,7); }
div.DivClassName
{
background-color: #ABC507;
}
.BgClassName
{
background-color: #ABC507;
}
</style>
border-color css
<style>
span { border-color: #ABC507; }
span { border-color: rgb(171,197,7); }
td.TdClassName
{
border-color: #ABC507;
}
.TagClassName
{
border-color: #ABC507;
}
</style>