Shades of Citrus #95BD18
Tints of Citrus #95BD18
RGB
CMYK
RGB Variations
Color information
#95BD18 (or 0x95BD18) is known color: Citrus. HEX triplet: 95, BD and 18. RGB value is (149,189,24). Sum of RGB (Red+Green+Blue) = 149+189+24=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BD18 is #6A42E7. Grayscale: #9E9E9E. Windows color (decimal): -6963944 or 1621397. OLE color: 1621397.
HSL color Cylindrical-coordinate representation of color #95BD18: hue angle of 74.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95BD18 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 24 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.26 |
| HSL | 74.55º | 0.77% | 0.42% | - |
| HSV(B) | 74.55º | 0.87% | 0.74% | - |
| XYZ | 30.76 | 42.85 | 7.51 | - |
| YUV | 158.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 24 | 0.21 | 0 | 0.87 | 0.26 | 74.55 | 0.77 | 0.42 |
| Hex | 95 | BD | 18 | 15 | 0 | 57 | 1A | 4B | 4D | 2A |
| Octal | 225 | 275 | 30 | 25 | 0 | 127 | 32 | 113 | 115 | 52 |
| Binary | 10010101 | 10111101 | 11000 | 10101 | 0 | 1010111 | 11010 | 1001011 | 1001101 | 101010 |
Color Harmonies of #95BD18
Complementary color
Monochromatic Colors of #95BD18
Black with #95BD18
Text Example
Text Example
White with #95BD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD18; }
p { color: rgb(149,189,24); }
H1.HeaderClassName
{
color: #95BD18;
}
.AnyTagClassName
{
color: #95BD18;
}
</style>
background-color css
<style>
a { background-color: #95BD18; }
a { background-color: rgb(149,189,24); }
div.DivClassName
{
background-color: #95BD18;
}
.BgClassName
{
background-color: #95BD18;
}
</style>
border-color css
<style>
span { border-color: #95BD18; }
span { border-color: rgb(149,189,24); }
td.TdClassName
{
border-color: #95BD18;
}
.TagClassName
{
border-color: #95BD18;
}
</style>