Shades of Citrus #95A700
Tints of Citrus #95A700
RGB
CMYK
RGB Variations
Color information
#95A700 (or 0x95A700) is known color: Citrus. HEX triplet: 95, A7 and 00. RGB value is (149,167,0). Sum of RGB (Red+Green+Blue) = 149+167+0=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #95A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A700 is #6A58FF. Grayscale: #8F8F8F. Windows color (decimal): -6969600 or 42901. OLE color: 42901.
HSL color Cylindrical-coordinate representation of color #95A700: hue angle of 66.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95A700 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.35 |
| HSL | 66.47º | 1% | 0.33% | - |
| HSV(B) | 66.47º | 1% | 0.65% | - |
| XYZ | 26.21 | 34.03 | 5.19 | - |
| YUV | 142.58 | 47.54 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 0 | 0.11 | 0 | 1 | 0.35 | 66.47 | 1 | 0.33 |
| Hex | 95 | A7 | 0 | B | 0 | 64 | 23 | 42 | 64 | 21 |
| Octal | 225 | 247 | 0 | 13 | 0 | 144 | 43 | 102 | 144 | 41 |
| Binary | 10010101 | 10100111 | 0 | 1011 | 0 | 1100100 | 100011 | 1000010 | 1100100 | 100001 |
Color Harmonies of #95A700
Complementary color
Monochromatic Colors of #95A700
Black with #95A700
Text Example
Text Example
White with #95A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A700; }
p { color: rgb(149,167,0); }
H1.HeaderClassName
{
color: #95A700;
}
.AnyTagClassName
{
color: #95A700;
}
</style>
background-color css
<style>
a { background-color: #95A700; }
a { background-color: rgb(149,167,0); }
div.DivClassName
{
background-color: #95A700;
}
.BgClassName
{
background-color: #95A700;
}
</style>
border-color css
<style>
span { border-color: #95A700; }
span { border-color: rgb(149,167,0); }
td.TdClassName
{
border-color: #95A700;
}
.TagClassName
{
border-color: #95A700;
}
</style>