Shades of Inch Worm #95DB12
Tints of Inch Worm #95DB12
RGB
CMYK
RGB Variations
Color information
#95DB12 (or 0x95DB12) is known color: Inch Worm. HEX triplet: 95, DB and 12. RGB value is (149,219,18). Sum of RGB (Red+Green+Blue) = 149+219+18=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95DB12 is #6A24ED. Grayscale: #AFAFAF. Windows color (decimal): -6956270 or 1235861. OLE color: 1235861.
HSL color Cylindrical-coordinate representation of color #95DB12: hue angle of 80.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95DB12 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 18 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.14 |
| HSL | 80.9º | 0.85% | 0.46% | - |
| HSV(B) | 80.9º | 0.92% | 0.86% | - |
| XYZ | 37.84 | 57.1 | 9.6 | - |
| YUV | 175.16 | 39.31 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 18 | 0.32 | 0 | 0.92 | 0.14 | 80.9 | 0.85 | 0.46 |
| Hex | 95 | DB | 12 | 20 | 0 | 5C | E | 51 | 55 | 2E |
| Octal | 225 | 333 | 22 | 40 | 0 | 134 | 16 | 121 | 125 | 56 |
| Binary | 10010101 | 11011011 | 10010 | 100000 | 0 | 1011100 | 1110 | 1010001 | 1010101 | 101110 |
Color Harmonies of #95DB12
Complementary color
Monochromatic Colors of #95DB12
Black with #95DB12
Text Example
Text Example
White with #95DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB12; }
p { color: rgb(149,219,18); }
H1.HeaderClassName
{
color: #95DB12;
}
.AnyTagClassName
{
color: #95DB12;
}
</style>
background-color css
<style>
a { background-color: #95DB12; }
a { background-color: rgb(149,219,18); }
div.DivClassName
{
background-color: #95DB12;
}
.BgClassName
{
background-color: #95DB12;
}
</style>
border-color css
<style>
span { border-color: #95DB12; }
span { border-color: rgb(149,219,18); }
td.TdClassName
{
border-color: #95DB12;
}
.TagClassName
{
border-color: #95DB12;
}
</style>