Shades of Mantis #95DB5D
Tints of Mantis #95DB5D
RGB
CMYK
RGB Variations
Color information
#95DB5D (or 0x95DB5D) is known color: Mantis. HEX triplet: 95, DB and 5D. RGB value is (149,219,93). Sum of RGB (Red+Green+Blue) = 149+219+93=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB5D is #6A24A2. Grayscale: #B8B8B8. Windows color (decimal): -6956195 or 6151061. OLE color: 6151061.
HSL color Cylindrical-coordinate representation of color #95DB5D: hue angle of 93.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95DB5D is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 93 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.14 |
| HSL | 93.33º | 0.64% | 0.61% | - |
| HSV(B) | 93.33º | 0.58% | 0.86% | - |
| XYZ | 39.7 | 57.84 | 19.43 | - |
| YUV | 183.71 | 76.81 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 93 | 0.32 | 0 | 0.58 | 0.14 | 93.33 | 0.64 | 0.61 |
| Hex | 95 | DB | 5D | 20 | 0 | 3A | E | 5D | 40 | 3D |
| Octal | 225 | 333 | 135 | 40 | 0 | 72 | 16 | 135 | 100 | 75 |
| Binary | 10010101 | 11011011 | 1011101 | 100000 | 0 | 111010 | 1110 | 1011101 | 1000000 | 111101 |
Color Harmonies of #95DB5D
Complementary color
Monochromatic Colors of #95DB5D
Black with #95DB5D
Text Example
Text Example
White with #95DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB5D; }
p { color: rgb(149,219,93); }
H1.HeaderClassName
{
color: #95DB5D;
}
.AnyTagClassName
{
color: #95DB5D;
}
</style>
background-color css
<style>
a { background-color: #95DB5D; }
a { background-color: rgb(149,219,93); }
div.DivClassName
{
background-color: #95DB5D;
}
.BgClassName
{
background-color: #95DB5D;
}
</style>
border-color css
<style>
span { border-color: #95DB5D; }
span { border-color: rgb(149,219,93); }
td.TdClassName
{
border-color: #95DB5D;
}
.TagClassName
{
border-color: #95DB5D;
}
</style>