Shades of Citrus #95BD00
Tints of Citrus #95BD00
RGB
CMYK
RGB Variations
Color information
#95BD00 (or 0x95BD00) is known color: Citrus. HEX triplet: 95, BD and 00. RGB value is (149,189,0). Sum of RGB (Red+Green+Blue) = 149+189+0=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BD00 is #6A42FF. Grayscale: #9C9C9C. Windows color (decimal): -6963968 or 48533. OLE color: 48533.
HSL color Cylindrical-coordinate representation of color #95BD00: hue angle of 72.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95BD00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.26 |
| HSL | 72.7º | 1% | 0.37% | - |
| HSV(B) | 72.7º | 1% | 0.74% | - |
| XYZ | 30.59 | 42.78 | 6.65 | - |
| YUV | 155.49 | 40.25 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 0 | 0.21 | 0 | 1 | 0.26 | 72.7 | 1 | 0.37 |
| Hex | 95 | BD | 0 | 15 | 0 | 64 | 1A | 49 | 64 | 25 |
| Octal | 225 | 275 | 0 | 25 | 0 | 144 | 32 | 111 | 144 | 45 |
| Binary | 10010101 | 10111101 | 0 | 10101 | 0 | 1100100 | 11010 | 1001001 | 1100100 | 100101 |
Color Harmonies of #95BD00
Complementary color
Monochromatic Colors of #95BD00
Black with #95BD00
Text Example
Text Example
White with #95BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD00; }
p { color: rgb(149,189,0); }
H1.HeaderClassName
{
color: #95BD00;
}
.AnyTagClassName
{
color: #95BD00;
}
</style>
background-color css
<style>
a { background-color: #95BD00; }
a { background-color: rgb(149,189,0); }
div.DivClassName
{
background-color: #95BD00;
}
.BgClassName
{
background-color: #95BD00;
}
</style>
border-color css
<style>
span { border-color: #95BD00; }
span { border-color: rgb(149,189,0); }
td.TdClassName
{
border-color: #95BD00;
}
.TagClassName
{
border-color: #95BD00;
}
</style>