Shades of Citrus #ABC404
Tints of Citrus #ABC404
RGB
CMYK
RGB Variations
Color information
#ABC404 (or 0xABC404) is known color: Citrus. HEX triplet: AB, C4 and 04. RGB value is (171,196,4). Sum of RGB (Red+Green+Blue) = 171+196+4=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC404 is #543BFB. Grayscale: #A7A7A7. Windows color (decimal): -5520380 or 312491. OLE color: 312491.
HSL color Cylindrical-coordinate representation of color #ABC404: hue angle of 67.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC404 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.23 |
| HSL | 67.81º | 0.96% | 0.39% | - |
| HSV(B) | 67.81º | 0.98% | 0.77% | - |
| XYZ | 36.56 | 48.15 | 7.48 | - |
| YUV | 166.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 4 | 0.13 | 0 | 0.98 | 0.23 | 67.81 | 0.96 | 0.39 |
| Hex | AB | C4 | 4 | D | 0 | 62 | 17 | 44 | 60 | 27 |
| Octal | 253 | 304 | 4 | 15 | 0 | 142 | 27 | 104 | 140 | 47 |
| Binary | 10101011 | 11000100 | 100 | 1101 | 0 | 1100010 | 10111 | 1000100 | 1100000 | 100111 |
Color Harmonies of #ABC404
Complementary color
Monochromatic Colors of #ABC404
Black with #ABC404
Text Example
Text Example
White with #ABC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC404; }
p { color: rgb(171,196,4); }
H1.HeaderClassName
{
color: #ABC404;
}
.AnyTagClassName
{
color: #ABC404;
}
</style>
background-color css
<style>
a { background-color: #ABC404; }
a { background-color: rgb(171,196,4); }
div.DivClassName
{
background-color: #ABC404;
}
.BgClassName
{
background-color: #ABC404;
}
</style>
border-color css
<style>
span { border-color: #ABC404; }
span { border-color: rgb(171,196,4); }
td.TdClassName
{
border-color: #ABC404;
}
.TagClassName
{
border-color: #ABC404;
}
</style>