Shades of Citrus #99C805
Tints of Citrus #99C805
RGB
CMYK
RGB Variations
Color information
#99C805 (or 0x99C805) is known color: Citrus. HEX triplet: 99, C8 and 05. RGB value is (153,200,5). Sum of RGB (Red+Green+Blue) = 153+200+5=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #99C805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C805 is #6637FA. Grayscale: #A4A4A4. Windows color (decimal): -6699003 or 379033. OLE color: 379033.
HSL color Cylindrical-coordinate representation of color #99C805: hue angle of 74.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99C805 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.22 |
| HSL | 74.46º | 0.95% | 0.4% | - |
| HSV(B) | 74.46º | 0.98% | 0.78% | - |
| XYZ | 33.82 | 48.09 | 7.64 | - |
| YUV | 163.72 | 38.43 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 5 | 0.24 | 0 | 0.98 | 0.22 | 74.46 | 0.95 | 0.4 |
| Hex | 99 | C8 | 5 | 18 | 0 | 62 | 16 | 4A | 5F | 28 |
| Octal | 231 | 310 | 5 | 30 | 0 | 142 | 26 | 112 | 137 | 50 |
| Binary | 10011001 | 11001000 | 101 | 11000 | 0 | 1100010 | 10110 | 1001010 | 1011111 | 101000 |
Color Harmonies of #99C805
Complementary color
Monochromatic Colors of #99C805
Black with #99C805
Text Example
Text Example
White with #99C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C805; }
p { color: rgb(153,200,5); }
H1.HeaderClassName
{
color: #99C805;
}
.AnyTagClassName
{
color: #99C805;
}
</style>
background-color css
<style>
a { background-color: #99C805; }
a { background-color: rgb(153,200,5); }
div.DivClassName
{
background-color: #99C805;
}
.BgClassName
{
background-color: #99C805;
}
</style>
border-color css
<style>
span { border-color: #99C805; }
span { border-color: rgb(153,200,5); }
td.TdClassName
{
border-color: #99C805;
}
.TagClassName
{
border-color: #99C805;
}
</style>