Shades of Citrus #95B900
Tints of Citrus #95B900
RGB
CMYK
RGB Variations
Color information
#95B900 (or 0x95B900) is known color: Citrus. HEX triplet: 95, B9 and 00. RGB value is (149,185,0). Sum of RGB (Red+Green+Blue) = 149+185+0=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 185 (72.66% from 255 or 55.39% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 185 - color contains mainly: green. Hex color #95B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B900 is #6A46FF. Grayscale: #999999. Windows color (decimal): -6964992 or 47509. OLE color: 47509.
HSL color Cylindrical-coordinate representation of color #95B900: hue angle of 71.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95B900 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 185 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.27 |
| HSL | 71.68º | 1% | 0.36% | - |
| HSV(B) | 71.68º | 1% | 0.73% | - |
| XYZ | 29.74 | 41.09 | 6.36 | - |
| YUV | 153.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 185 | 0 | 0.19 | 0 | 1 | 0.27 | 71.68 | 1 | 0.36 |
| Hex | 95 | B9 | 0 | 13 | 0 | 64 | 1B | 48 | 64 | 24 |
| Octal | 225 | 271 | 0 | 23 | 0 | 144 | 33 | 110 | 144 | 44 |
| Binary | 10010101 | 10111001 | 0 | 10011 | 0 | 1100100 | 11011 | 1001000 | 1100100 | 100100 |
Color Harmonies of #95B900
Complementary color
Monochromatic Colors of #95B900
Black with #95B900
Text Example
Text Example
White with #95B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B900; }
p { color: rgb(149,185,0); }
H1.HeaderClassName
{
color: #95B900;
}
.AnyTagClassName
{
color: #95B900;
}
</style>
background-color css
<style>
a { background-color: #95B900; }
a { background-color: rgb(149,185,0); }
div.DivClassName
{
background-color: #95B900;
}
.BgClassName
{
background-color: #95B900;
}
</style>
border-color css
<style>
span { border-color: #95B900; }
span { border-color: rgb(149,185,0); }
td.TdClassName
{
border-color: #95B900;
}
.TagClassName
{
border-color: #95B900;
}
</style>