Shades of Citrus #88AF00
Tints of Citrus #88AF00
RGB
CMYK
RGB Variations
Color information
#88AF00 (or 0x88AF00) is known color: Citrus. HEX triplet: 88, AF and 00. RGB value is (136,175,0). Sum of RGB (Red+Green+Blue) = 136+175+0=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AF00 is #7750FF. Grayscale: #909090. Windows color (decimal): -7819520 or 44936. OLE color: 44936.
HSL color Cylindrical-coordinate representation of color #88AF00: hue angle of 73.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88AF00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.31 |
| HSL | 73.37º | 1% | 0.34% | - |
| HSV(B) | 73.37º | 1% | 0.69% | - |
| XYZ | 25.48 | 35.89 | 5.59 | - |
| YUV | 143.39 | 47.08 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 0 | 0.22 | 0 | 1 | 0.31 | 73.37 | 1 | 0.34 |
| Hex | 88 | AF | 0 | 16 | 0 | 64 | 1F | 49 | 64 | 22 |
| Octal | 210 | 257 | 0 | 26 | 0 | 144 | 37 | 111 | 144 | 42 |
| Binary | 10001000 | 10101111 | 0 | 10110 | 0 | 1100100 | 11111 | 1001001 | 1100100 | 100010 |
Color Harmonies of #88AF00
Complementary color
Monochromatic Colors of #88AF00
Black with #88AF00
Text Example
Text Example
White with #88AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF00; }
p { color: rgb(136,175,0); }
H1.HeaderClassName
{
color: #88AF00;
}
.AnyTagClassName
{
color: #88AF00;
}
</style>
background-color css
<style>
a { background-color: #88AF00; }
a { background-color: rgb(136,175,0); }
div.DivClassName
{
background-color: #88AF00;
}
.BgClassName
{
background-color: #88AF00;
}
</style>
border-color css
<style>
span { border-color: #88AF00; }
span { border-color: rgb(136,175,0); }
td.TdClassName
{
border-color: #88AF00;
}
.TagClassName
{
border-color: #88AF00;
}
</style>