Shades of Citrus #ABC707
Tints of Citrus #ABC707
RGB
CMYK
RGB Variations
Color information
#ABC707 (or 0xABC707) is known color: Citrus. HEX triplet: AB, C7 and 07. RGB value is (171,199,7). Sum of RGB (Red+Green+Blue) = 171+199+7=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC707 is #5438F8. Grayscale: #A9A9A9. Windows color (decimal): -5519609 or 509867. OLE color: 509867.
HSL color Cylindrical-coordinate representation of color #ABC707: hue angle of 68.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC707 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 7 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.22 |
| HSL | 68.75º | 0.93% | 0.4% | - |
| HSV(B) | 68.75º | 0.96% | 0.78% | - |
| XYZ | 37.26 | 49.52 | 7.8 | - |
| YUV | 168.74 | 36.72 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 7 | 0.14 | 0 | 0.96 | 0.22 | 68.75 | 0.93 | 0.4 |
| Hex | AB | C7 | 7 | E | 0 | 60 | 16 | 45 | 5D | 28 |
| Octal | 253 | 307 | 7 | 16 | 0 | 140 | 26 | 105 | 135 | 50 |
| Binary | 10101011 | 11000111 | 111 | 1110 | 0 | 1100000 | 10110 | 1000101 | 1011101 | 101000 |
Color Harmonies of #ABC707
Complementary color
Monochromatic Colors of #ABC707
Black with #ABC707
Text Example
Text Example
White with #ABC707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC707; }
p { color: rgb(171,199,7); }
H1.HeaderClassName
{
color: #ABC707;
}
.AnyTagClassName
{
color: #ABC707;
}
</style>
background-color css
<style>
a { background-color: #ABC707; }
a { background-color: rgb(171,199,7); }
div.DivClassName
{
background-color: #ABC707;
}
.BgClassName
{
background-color: #ABC707;
}
</style>
border-color css
<style>
span { border-color: #ABC707; }
span { border-color: rgb(171,199,7); }
td.TdClassName
{
border-color: #ABC707;
}
.TagClassName
{
border-color: #ABC707;
}
</style>