Shades of Citrus #95BD16
Tints of Citrus #95BD16
RGB
CMYK
RGB Variations
Color information
#95BD16 (or 0x95BD16) is known color: Citrus. HEX triplet: 95, BD and 16. RGB value is (149,189,22). Sum of RGB (Red+Green+Blue) = 149+189+22=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BD16 is #6A42E9. Grayscale: #9E9E9E. Windows color (decimal): -6963946 or 1490325. OLE color: 1490325.
HSL color Cylindrical-coordinate representation of color #95BD16: hue angle of 74.37º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95BD16 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 22 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.26 |
| HSL | 74.37º | 0.79% | 0.41% | - |
| HSV(B) | 74.37º | 0.88% | 0.74% | - |
| XYZ | 30.74 | 42.84 | 7.41 | - |
| YUV | 158 | 51.25 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 22 | 0.21 | 0 | 0.88 | 0.26 | 74.37 | 0.79 | 0.41 |
| Hex | 95 | BD | 16 | 15 | 0 | 58 | 1A | 4A | 4F | 29 |
| Octal | 225 | 275 | 26 | 25 | 0 | 130 | 32 | 112 | 117 | 51 |
| Binary | 10010101 | 10111101 | 10110 | 10101 | 0 | 1011000 | 11010 | 1001010 | 1001111 | 101001 |
Color Harmonies of #95BD16
Complementary color
Monochromatic Colors of #95BD16
Black with #95BD16
Text Example
Text Example
White with #95BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD16; }
p { color: rgb(149,189,22); }
H1.HeaderClassName
{
color: #95BD16;
}
.AnyTagClassName
{
color: #95BD16;
}
</style>
background-color css
<style>
a { background-color: #95BD16; }
a { background-color: rgb(149,189,22); }
div.DivClassName
{
background-color: #95BD16;
}
.BgClassName
{
background-color: #95BD16;
}
</style>
border-color css
<style>
span { border-color: #95BD16; }
span { border-color: rgb(149,189,22); }
td.TdClassName
{
border-color: #95BD16;
}
.TagClassName
{
border-color: #95BD16;
}
</style>