Shades of Citrus #99C105
Tints of Citrus #99C105
RGB
CMYK
RGB Variations
Color information
#99C105 (or 0x99C105) is known color: Citrus. HEX triplet: 99, C1 and 05. RGB value is (153,193,5). Sum of RGB (Red+Green+Blue) = 153+193+5=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #99C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C105 is #663EFA. Grayscale: #A0A0A0. Windows color (decimal): -6700795 or 377241. OLE color: 377241.
HSL color Cylindrical-coordinate representation of color #99C105: hue angle of 72.77º 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 #99C105 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.24 |
| HSL | 72.77º | 0.95% | 0.39% | - |
| HSV(B) | 72.77º | 0.97% | 0.76% | - |
| XYZ | 32.23 | 44.92 | 7.12 | - |
| YUV | 159.61 | 40.75 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 5 | 0.21 | 0 | 0.97 | 0.24 | 72.77 | 0.95 | 0.39 |
| Hex | 99 | C1 | 5 | 15 | 0 | 61 | 18 | 49 | 5F | 27 |
| Octal | 231 | 301 | 5 | 25 | 0 | 141 | 30 | 111 | 137 | 47 |
| Binary | 10011001 | 11000001 | 101 | 10101 | 0 | 1100001 | 11000 | 1001001 | 1011111 | 100111 |
Color Harmonies of #99C105
Complementary color
Monochromatic Colors of #99C105
Black with #99C105
Text Example
Text Example
White with #99C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C105; }
p { color: rgb(153,193,5); }
H1.HeaderClassName
{
color: #99C105;
}
.AnyTagClassName
{
color: #99C105;
}
</style>
background-color css
<style>
a { background-color: #99C105; }
a { background-color: rgb(153,193,5); }
div.DivClassName
{
background-color: #99C105;
}
.BgClassName
{
background-color: #99C105;
}
</style>
border-color css
<style>
span { border-color: #99C105; }
span { border-color: rgb(153,193,5); }
td.TdClassName
{
border-color: #99C105;
}
.TagClassName
{
border-color: #99C105;
}
</style>