Shades of Citrus #99D00E
Tints of Citrus #99D00E
RGB
CMYK
RGB Variations
Color information
#99D00E (or 0x99D00E) is known color: Citrus. HEX triplet: 99, D0 and 0E. RGB value is (153,208,14). Sum of RGB (Red+Green+Blue) = 153+208+14=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #99D00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D00E is #662FF1. Grayscale: #AAAAAA. Windows color (decimal): -6696946 or 970905. OLE color: 970905.
HSL color Cylindrical-coordinate representation of color #99D00E: hue angle of 77.01º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99D00E is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 14 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.18 |
| HSL | 77.01º | 0.87% | 0.44% | - |
| HSV(B) | 77.01º | 0.93% | 0.82% | - |
| XYZ | 35.77 | 51.92 | 8.55 | - |
| YUV | 169.44 | 40.28 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 14 | 0.26 | 0 | 0.93 | 0.18 | 77.01 | 0.87 | 0.44 |
| Hex | 99 | D0 | E | 1A | 0 | 5D | 12 | 4D | 57 | 2C |
| Octal | 231 | 320 | 16 | 32 | 0 | 135 | 22 | 115 | 127 | 54 |
| Binary | 10011001 | 11010000 | 1110 | 11010 | 0 | 1011101 | 10010 | 1001101 | 1010111 | 101100 |
Color Harmonies of #99D00E
Complementary color
Monochromatic Colors of #99D00E
Black with #99D00E
Text Example
Text Example
White with #99D00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D00E; }
p { color: rgb(153,208,14); }
H1.HeaderClassName
{
color: #99D00E;
}
.AnyTagClassName
{
color: #99D00E;
}
</style>
background-color css
<style>
a { background-color: #99D00E; }
a { background-color: rgb(153,208,14); }
div.DivClassName
{
background-color: #99D00E;
}
.BgClassName
{
background-color: #99D00E;
}
</style>
border-color css
<style>
span { border-color: #99D00E; }
span { border-color: rgb(153,208,14); }
td.TdClassName
{
border-color: #99D00E;
}
.TagClassName
{
border-color: #99D00E;
}
</style>