Shades of Citrus #99C709
Tints of Citrus #99C709
RGB
CMYK
RGB Variations
Color information
#99C709 (or 0x99C709) is known color: Citrus. HEX triplet: 99, C7 and 09. RGB value is (153,199,9). Sum of RGB (Red+Green+Blue) = 153+199+9=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #99C709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C709 is #6638F6. Grayscale: #A4A4A4. Windows color (decimal): -6699255 or 640921. OLE color: 640921.
HSL color Cylindrical-coordinate representation of color #99C709: hue angle of 74.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99C709 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 9 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.22 |
| HSL | 74.53º | 0.91% | 0.41% | - |
| HSV(B) | 74.53º | 0.95% | 0.78% | - |
| XYZ | 33.61 | 47.64 | 7.68 | - |
| YUV | 163.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 9 | 0.23 | 0 | 0.95 | 0.22 | 74.53 | 0.91 | 0.41 |
| Hex | 99 | C7 | 9 | 17 | 0 | 5F | 16 | 4B | 5B | 29 |
| Octal | 231 | 307 | 11 | 27 | 0 | 137 | 26 | 113 | 133 | 51 |
| Binary | 10011001 | 11000111 | 1001 | 10111 | 0 | 1011111 | 10110 | 1001011 | 1011011 | 101001 |
Color Harmonies of #99C709
Complementary color
Monochromatic Colors of #99C709
Black with #99C709
Text Example
Text Example
White with #99C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C709; }
p { color: rgb(153,199,9); }
H1.HeaderClassName
{
color: #99C709;
}
.AnyTagClassName
{
color: #99C709;
}
</style>
background-color css
<style>
a { background-color: #99C709; }
a { background-color: rgb(153,199,9); }
div.DivClassName
{
background-color: #99C709;
}
.BgClassName
{
background-color: #99C709;
}
</style>
border-color css
<style>
span { border-color: #99C709; }
span { border-color: rgb(153,199,9); }
td.TdClassName
{
border-color: #99C709;
}
.TagClassName
{
border-color: #99C709;
}
</style>