Shades of Citrus #95C404
Tints of Citrus #95C404
RGB
CMYK
RGB Variations
Color information
#95C404 (or 0x95C404) is known color: Citrus. HEX triplet: 95, C4 and 04. RGB value is (149,196,4). Sum of RGB (Red+Green+Blue) = 149+196+4=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #95C404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C404 is #6A3BFB. Grayscale: #A0A0A0. Windows color (decimal): -6962172 or 312469. OLE color: 312469.
HSL color Cylindrical-coordinate representation of color #95C404: hue angle of 74.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95C404 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 196 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.23 |
| HSL | 74.69º | 0.96% | 0.39% | - |
| HSV(B) | 74.69º | 0.98% | 0.77% | - |
| XYZ | 32.16 | 45.88 | 7.28 | - |
| YUV | 160.06 | 39.93 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 196 | 4 | 0.24 | 0 | 0.98 | 0.23 | 74.69 | 0.96 | 0.39 |
| Hex | 95 | C4 | 4 | 18 | 0 | 62 | 17 | 4B | 60 | 27 |
| Octal | 225 | 304 | 4 | 30 | 0 | 142 | 27 | 113 | 140 | 47 |
| Binary | 10010101 | 11000100 | 100 | 11000 | 0 | 1100010 | 10111 | 1001011 | 1100000 | 100111 |
Color Harmonies of #95C404
Complementary color
Monochromatic Colors of #95C404
Black with #95C404
Text Example
Text Example
White with #95C404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C404; }
p { color: rgb(149,196,4); }
H1.HeaderClassName
{
color: #95C404;
}
.AnyTagClassName
{
color: #95C404;
}
</style>
background-color css
<style>
a { background-color: #95C404; }
a { background-color: rgb(149,196,4); }
div.DivClassName
{
background-color: #95C404;
}
.BgClassName
{
background-color: #95C404;
}
</style>
border-color css
<style>
span { border-color: #95C404; }
span { border-color: rgb(149,196,4); }
td.TdClassName
{
border-color: #95C404;
}
.TagClassName
{
border-color: #95C404;
}
</style>