Shades of Citrus #95C210
Tints of Citrus #95C210
RGB
CMYK
RGB Variations
Color information
#95C210 (or 0x95C210) is known color: Citrus. HEX triplet: 95, C2 and 10. RGB value is (149,194,16). Sum of RGB (Red+Green+Blue) = 149+194+16=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #95C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C210 is #6A3DEF. Grayscale: #A0A0A0. Windows color (decimal): -6962672 or 1098389. OLE color: 1098389.
HSL color Cylindrical-coordinate representation of color #95C210: hue angle of 75.17º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95C210 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 16 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.24 |
| HSL | 75.17º | 0.85% | 0.41% | - |
| HSV(B) | 75.17º | 0.92% | 0.76% | - |
| XYZ | 31.78 | 45.01 | 7.5 | - |
| YUV | 160.25 | 46.59 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 16 | 0.23 | 0 | 0.92 | 0.24 | 75.17 | 0.85 | 0.41 |
| Hex | 95 | C2 | 10 | 17 | 0 | 5C | 18 | 4B | 55 | 29 |
| Octal | 225 | 302 | 20 | 27 | 0 | 134 | 30 | 113 | 125 | 51 |
| Binary | 10010101 | 11000010 | 10000 | 10111 | 0 | 1011100 | 11000 | 1001011 | 1010101 | 101001 |
Color Harmonies of #95C210
Complementary color
Monochromatic Colors of #95C210
Black with #95C210
Text Example
Text Example
White with #95C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C210; }
p { color: rgb(149,194,16); }
H1.HeaderClassName
{
color: #95C210;
}
.AnyTagClassName
{
color: #95C210;
}
</style>
background-color css
<style>
a { background-color: #95C210; }
a { background-color: rgb(149,194,16); }
div.DivClassName
{
background-color: #95C210;
}
.BgClassName
{
background-color: #95C210;
}
</style>
border-color css
<style>
span { border-color: #95C210; }
span { border-color: rgb(149,194,16); }
td.TdClassName
{
border-color: #95C210;
}
.TagClassName
{
border-color: #95C210;
}
</style>