Shades of Citrus #99C50A
Tints of Citrus #99C50A
RGB
CMYK
RGB Variations
Color information
#99C50A (or 0x99C50A) is known color: Citrus. HEX triplet: 99, C5 and 0A. RGB value is (153,197,10). Sum of RGB (Red+Green+Blue) = 153+197+10=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #99C50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C50A is #663AF5. Grayscale: #A3A3A3. Windows color (decimal): -6699766 or 705945. OLE color: 705945.
HSL color Cylindrical-coordinate representation of color #99C50A: hue angle of 74.12º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99C50A is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 10 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.23 |
| HSL | 74.12º | 0.9% | 0.41% | - |
| HSV(B) | 74.12º | 0.95% | 0.77% | - |
| XYZ | 33.16 | 46.73 | 7.56 | - |
| YUV | 162.53 | 41.92 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 10 | 0.22 | 0 | 0.95 | 0.23 | 74.12 | 0.9 | 0.41 |
| Hex | 99 | C5 | A | 16 | 0 | 5F | 17 | 4A | 5A | 29 |
| Octal | 231 | 305 | 12 | 26 | 0 | 137 | 27 | 112 | 132 | 51 |
| Binary | 10011001 | 11000101 | 1010 | 10110 | 0 | 1011111 | 10111 | 1001010 | 1011010 | 101001 |
Color Harmonies of #99C50A
Complementary color
Monochromatic Colors of #99C50A
Black with #99C50A
Text Example
Text Example
White with #99C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C50A; }
p { color: rgb(153,197,10); }
H1.HeaderClassName
{
color: #99C50A;
}
.AnyTagClassName
{
color: #99C50A;
}
</style>
background-color css
<style>
a { background-color: #99C50A; }
a { background-color: rgb(153,197,10); }
div.DivClassName
{
background-color: #99C50A;
}
.BgClassName
{
background-color: #99C50A;
}
</style>
border-color css
<style>
span { border-color: #99C50A; }
span { border-color: rgb(153,197,10); }
td.TdClassName
{
border-color: #99C50A;
}
.TagClassName
{
border-color: #99C50A;
}
</style>