Shades of Citrus #99C50F
Tints of Citrus #99C50F
RGB
CMYK
RGB Variations
Color information
#99C50F (or 0x99C50F) is known color: Citrus. HEX triplet: 99, C5 and 0F. RGB value is (153,197,15). Sum of RGB (Red+Green+Blue) = 153+197+15=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #99C50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C50F is #663AF0. Grayscale: #A3A3A3. Windows color (decimal): -6699761 or 1033625. OLE color: 1033625.
HSL color Cylindrical-coordinate representation of color #99C50F: hue angle of 74.51º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99C50F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 15 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.23 |
| HSL | 74.51º | 0.86% | 0.42% | - |
| HSV(B) | 74.51º | 0.92% | 0.77% | - |
| XYZ | 33.19 | 46.74 | 7.72 | - |
| YUV | 163.1 | 44.42 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 15 | 0.22 | 0 | 0.92 | 0.23 | 74.51 | 0.86 | 0.42 |
| Hex | 99 | C5 | F | 16 | 0 | 5C | 17 | 4B | 56 | 2A |
| Octal | 231 | 305 | 17 | 26 | 0 | 134 | 27 | 113 | 126 | 52 |
| Binary | 10011001 | 11000101 | 1111 | 10110 | 0 | 1011100 | 10111 | 1001011 | 1010110 | 101010 |
Color Harmonies of #99C50F
Complementary color
Monochromatic Colors of #99C50F
Black with #99C50F
Text Example
Text Example
White with #99C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C50F; }
p { color: rgb(153,197,15); }
H1.HeaderClassName
{
color: #99C50F;
}
.AnyTagClassName
{
color: #99C50F;
}
</style>
background-color css
<style>
a { background-color: #99C50F; }
a { background-color: rgb(153,197,15); }
div.DivClassName
{
background-color: #99C50F;
}
.BgClassName
{
background-color: #99C50F;
}
</style>
border-color css
<style>
span { border-color: #99C50F; }
span { border-color: rgb(153,197,15); }
td.TdClassName
{
border-color: #99C50F;
}
.TagClassName
{
border-color: #99C50F;
}
</style>