Shades of Citrus #95D500
Tints of Citrus #95D500
RGB
CMYK
RGB Variations
Color information
#95D500 (or 0x95D500) is known color: Citrus. HEX triplet: 95, D5 and 00. RGB value is (149,213,0). Sum of RGB (Red+Green+Blue) = 149+213+0=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #95D500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D500 is #6A2AFF. Grayscale: #AAAAAA. Windows color (decimal): -6957824 or 54677. OLE color: 54677.
HSL color Cylindrical-coordinate representation of color #95D500: hue angle of 78.03º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95D500 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.16 |
| HSL | 78.03º | 1% | 0.42% | - |
| HSV(B) | 78.03º | 1% | 0.84% | - |
| XYZ | 36.19 | 53.98 | 8.51 | - |
| YUV | 169.58 | 32.3 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 0 | 0.30 | 0 | 1 | 0.16 | 78.03 | 1 | 0.42 |
| Hex | 95 | D5 | 0 | 1E | 0 | 64 | 10 | 4E | 64 | 2A |
| Octal | 225 | 325 | 0 | 36 | 0 | 144 | 20 | 116 | 144 | 52 |
| Binary | 10010101 | 11010101 | 0 | 11110 | 0 | 1100100 | 10000 | 1001110 | 1100100 | 101010 |
Color Harmonies of #95D500
Complementary color
Monochromatic Colors of #95D500
Black with #95D500
Text Example
Text Example
White with #95D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D500; }
p { color: rgb(149,213,0); }
H1.HeaderClassName
{
color: #95D500;
}
.AnyTagClassName
{
color: #95D500;
}
</style>
background-color css
<style>
a { background-color: #95D500; }
a { background-color: rgb(149,213,0); }
div.DivClassName
{
background-color: #95D500;
}
.BgClassName
{
background-color: #95D500;
}
</style>
border-color css
<style>
span { border-color: #95D500; }
span { border-color: rgb(149,213,0); }
td.TdClassName
{
border-color: #95D500;
}
.TagClassName
{
border-color: #95D500;
}
</style>