Shades of Citrus #99C214
Tints of Citrus #99C214
RGB
CMYK
RGB Variations
Color information
#99C214 (or 0x99C214) is known color: Citrus. HEX triplet: 99, C2 and 14. RGB value is (153,194,20). Sum of RGB (Red+Green+Blue) = 153+194+20=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #99C214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C214 is #663DEB. Grayscale: #A2A2A2. Windows color (decimal): -6700524 or 1360537. OLE color: 1360537.
HSL color Cylindrical-coordinate representation of color #99C214: hue angle of 74.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99C214 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 20 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.24 |
| HSL | 74.14º | 0.81% | 0.42% | - |
| HSV(B) | 74.14º | 0.9% | 0.76% | - |
| XYZ | 32.55 | 45.41 | 7.71 | - |
| YUV | 161.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 20 | 0.21 | 0 | 0.90 | 0.24 | 74.14 | 0.81 | 0.42 |
| Hex | 99 | C2 | 14 | 15 | 0 | 5A | 18 | 4A | 51 | 2A |
| Octal | 231 | 302 | 24 | 25 | 0 | 132 | 30 | 112 | 121 | 52 |
| Binary | 10011001 | 11000010 | 10100 | 10101 | 0 | 1011010 | 11000 | 1001010 | 1010001 | 101010 |
Color Harmonies of #99C214
Complementary color
Monochromatic Colors of #99C214
Black with #99C214
Text Example
Text Example
White with #99C214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C214; }
p { color: rgb(153,194,20); }
H1.HeaderClassName
{
color: #99C214;
}
.AnyTagClassName
{
color: #99C214;
}
</style>
background-color css
<style>
a { background-color: #99C214; }
a { background-color: rgb(153,194,20); }
div.DivClassName
{
background-color: #99C214;
}
.BgClassName
{
background-color: #99C214;
}
</style>
border-color css
<style>
span { border-color: #99C214; }
span { border-color: rgb(153,194,20); }
td.TdClassName
{
border-color: #99C214;
}
.TagClassName
{
border-color: #99C214;
}
</style>