Shades of Citrus #99CC00
Tints of Citrus #99CC00
RGB
CMYK
RGB Variations
Color information
#99CC00 (or 0x99CC00) is known color: Citrus. HEX triplet: 99, CC and 00. RGB value is (153,204,0). Sum of RGB (Red+Green+Blue) = 153+204+0=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC00 is a web safe color. Inversed color of #99CC00 is #6633FF. Grayscale: #A6A6A6. Windows color (decimal): -6697984 or 52377. OLE color: 52377.
HSL color Cylindrical-coordinate representation of color #99CC00: hue angle of 75º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99CC00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.2 |
| HSL | 75º | 1% | 0.4% | - |
| HSV(B) | 75º | 1% | 0.8% | - |
| XYZ | 34.73 | 49.96 | 7.81 | - |
| YUV | 165.5 | 34.6 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 0 | 0.25 | 0 | 1 | 0.2 | 75 | 1 | 0.4 |
| Hex | 99 | CC | 0 | 19 | 0 | 64 | 14 | 4B | 64 | 28 |
| Octal | 231 | 314 | 0 | 31 | 0 | 144 | 24 | 113 | 144 | 50 |
| Binary | 10011001 | 11001100 | 0 | 11001 | 0 | 1100100 | 10100 | 1001011 | 1100100 | 101000 |
Color Harmonies of #99CC00
Complementary color
Monochromatic Colors of #99CC00
Black with #99CC00
Text Example
Text Example
White with #99CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC00; }
p { color: rgb(153,204,0); }
H1.HeaderClassName
{
color: #99CC00;
}
.AnyTagClassName
{
color: #99CC00;
}
</style>
background-color css
<style>
a { background-color: #99CC00; }
a { background-color: rgb(153,204,0); }
div.DivClassName
{
background-color: #99CC00;
}
.BgClassName
{
background-color: #99CC00;
}
</style>
border-color css
<style>
span { border-color: #99CC00; }
span { border-color: rgb(153,204,0); }
td.TdClassName
{
border-color: #99CC00;
}
.TagClassName
{
border-color: #99CC00;
}
</style>