Shades of Citrus #99CD00
Tints of Citrus #99CD00
RGB
CMYK
RGB Variations
Color information
#99CD00 (or 0x99CD00) is known color: Citrus. HEX triplet: 99, CD and 00. RGB value is (153,205,0). Sum of RGB (Red+Green+Blue) = 153+205+0=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CD00 is #6632FF. Grayscale: #A6A6A6. Windows color (decimal): -6697728 or 52633. OLE color: 52633.
HSL color Cylindrical-coordinate representation of color #99CD00: hue angle of 75.22º 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 #99CD00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.20 |
| HSL | 75.22º | 1% | 0.4% | - |
| HSV(B) | 75.22º | 1% | 0.8% | - |
| XYZ | 34.97 | 50.43 | 7.89 | - |
| YUV | 166.08 | 34.27 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 0 | 0.25 | 0 | 1 | 0.20 | 75.22 | 1 | 0.4 |
| Hex | 99 | CD | 0 | 19 | 0 | 64 | 14 | 4B | 64 | 28 |
| Octal | 231 | 315 | 0 | 31 | 0 | 144 | 24 | 113 | 144 | 50 |
| Binary | 10011001 | 11001101 | 0 | 11001 | 0 | 1100100 | 10100 | 1001011 | 1100100 | 101000 |
Color Harmonies of #99CD00
Complementary color
Monochromatic Colors of #99CD00
Black with #99CD00
Text Example
Text Example
White with #99CD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CD00; }
p { color: rgb(153,205,0); }
H1.HeaderClassName
{
color: #99CD00;
}
.AnyTagClassName
{
color: #99CD00;
}
</style>
background-color css
<style>
a { background-color: #99CD00; }
a { background-color: rgb(153,205,0); }
div.DivClassName
{
background-color: #99CD00;
}
.BgClassName
{
background-color: #99CD00;
}
</style>
border-color css
<style>
span { border-color: #99CD00; }
span { border-color: rgb(153,205,0); }
td.TdClassName
{
border-color: #99CD00;
}
.TagClassName
{
border-color: #99CD00;
}
</style>