Shades of Citrus #95BC14
Tints of Citrus #95BC14
RGB
CMYK
RGB Variations
Color information
#95BC14 (or 0x95BC14) is known color: Citrus. HEX triplet: 95, BC and 14. RGB value is (149,188,20). Sum of RGB (Red+Green+Blue) = 149+188+20=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BC14 is #6A43EB. Grayscale: #9D9D9D. Windows color (decimal): -6964204 or 1358997. OLE color: 1358997.
HSL color Cylindrical-coordinate representation of color #95BC14: hue angle of 73.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95BC14 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 20 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.26 |
| HSL | 73.93º | 0.81% | 0.41% | - |
| HSV(B) | 73.93º | 0.89% | 0.74% | - |
| XYZ | 30.5 | 42.41 | 7.24 | - |
| YUV | 157.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 20 | 0.21 | 0 | 0.89 | 0.26 | 73.93 | 0.81 | 0.41 |
| Hex | 95 | BC | 14 | 15 | 0 | 59 | 1A | 4A | 51 | 29 |
| Octal | 225 | 274 | 24 | 25 | 0 | 131 | 32 | 112 | 121 | 51 |
| Binary | 10010101 | 10111100 | 10100 | 10101 | 0 | 1011001 | 11010 | 1001010 | 1010001 | 101001 |
Color Harmonies of #95BC14
Complementary color
Monochromatic Colors of #95BC14
Black with #95BC14
Text Example
Text Example
White with #95BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BC14; }
p { color: rgb(149,188,20); }
H1.HeaderClassName
{
color: #95BC14;
}
.AnyTagClassName
{
color: #95BC14;
}
</style>
background-color css
<style>
a { background-color: #95BC14; }
a { background-color: rgb(149,188,20); }
div.DivClassName
{
background-color: #95BC14;
}
.BgClassName
{
background-color: #95BC14;
}
</style>
border-color css
<style>
span { border-color: #95BC14; }
span { border-color: rgb(149,188,20); }
td.TdClassName
{
border-color: #95BC14;
}
.TagClassName
{
border-color: #95BC14;
}
</style>