Shades of Citrus #99C205
Tints of Citrus #99C205
RGB
CMYK
RGB Variations
Color information
#99C205 (or 0x99C205) is known color: Citrus. HEX triplet: 99, C2 and 05. RGB value is (153,194,5). Sum of RGB (Red+Green+Blue) = 153+194+5=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #99C205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C205 is #663DFA. Grayscale: #A0A0A0. Windows color (decimal): -6700539 or 377497. OLE color: 377497.
HSL color Cylindrical-coordinate representation of color #99C205: hue angle of 73.02º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99C205 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.24 |
| HSL | 73.02º | 0.95% | 0.39% | - |
| HSV(B) | 73.02º | 0.97% | 0.76% | - |
| XYZ | 32.46 | 45.37 | 7.19 | - |
| YUV | 160.2 | 40.42 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 5 | 0.21 | 0 | 0.97 | 0.24 | 73.02 | 0.95 | 0.39 |
| Hex | 99 | C2 | 5 | 15 | 0 | 61 | 18 | 49 | 5F | 27 |
| Octal | 231 | 302 | 5 | 25 | 0 | 141 | 30 | 111 | 137 | 47 |
| Binary | 10011001 | 11000010 | 101 | 10101 | 0 | 1100001 | 11000 | 1001001 | 1011111 | 100111 |
Color Harmonies of #99C205
Complementary color
Monochromatic Colors of #99C205
Black with #99C205
Text Example
Text Example
White with #99C205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C205; }
p { color: rgb(153,194,5); }
H1.HeaderClassName
{
color: #99C205;
}
.AnyTagClassName
{
color: #99C205;
}
</style>
background-color css
<style>
a { background-color: #99C205; }
a { background-color: rgb(153,194,5); }
div.DivClassName
{
background-color: #99C205;
}
.BgClassName
{
background-color: #99C205;
}
</style>
border-color css
<style>
span { border-color: #99C205; }
span { border-color: rgb(153,194,5); }
td.TdClassName
{
border-color: #99C205;
}
.TagClassName
{
border-color: #99C205;
}
</style>