Shades of Citrus #99D003
Tints of Citrus #99D003
RGB
CMYK
RGB Variations
Color information
#99D003 (or 0x99D003) is known color: Citrus. HEX triplet: 99, D0 and 03. RGB value is (153,208,3). Sum of RGB (Red+Green+Blue) = 153+208+3=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #99D003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D003 is #662FFC. Grayscale: #A8A8A8. Windows color (decimal): -6696957 or 250009. OLE color: 250009.
HSL color Cylindrical-coordinate representation of color #99D003: hue angle of 76.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99D003 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.18 |
| HSL | 76.1º | 0.97% | 0.41% | - |
| HSV(B) | 76.1º | 0.99% | 0.82% | - |
| XYZ | 35.71 | 51.89 | 8.22 | - |
| YUV | 168.19 | 34.78 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 3 | 0.26 | 0 | 0.99 | 0.18 | 76.1 | 0.97 | 0.41 |
| Hex | 99 | D0 | 3 | 1A | 0 | 63 | 12 | 4C | 61 | 29 |
| Octal | 231 | 320 | 3 | 32 | 0 | 143 | 22 | 114 | 141 | 51 |
| Binary | 10011001 | 11010000 | 11 | 11010 | 0 | 1100011 | 10010 | 1001100 | 1100001 | 101001 |
Color Harmonies of #99D003
Complementary color
Monochromatic Colors of #99D003
Black with #99D003
Text Example
Text Example
White with #99D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D003; }
p { color: rgb(153,208,3); }
H1.HeaderClassName
{
color: #99D003;
}
.AnyTagClassName
{
color: #99D003;
}
</style>
background-color css
<style>
a { background-color: #99D003; }
a { background-color: rgb(153,208,3); }
div.DivClassName
{
background-color: #99D003;
}
.BgClassName
{
background-color: #99D003;
}
</style>
border-color css
<style>
span { border-color: #99D003; }
span { border-color: rgb(153,208,3); }
td.TdClassName
{
border-color: #99D003;
}
.TagClassName
{
border-color: #99D003;
}
</style>