Shades of Inch Worm #95D915
Tints of Inch Worm #95D915
RGB
CMYK
RGB Variations
Color information
#95D915 (or 0x95D915) is known color: Inch Worm. HEX triplet: 95, D9 and 15. RGB value is (149,217,21). Sum of RGB (Red+Green+Blue) = 149+217+21=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #95D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D915 is #6A26EA. Grayscale: #AFAFAF. Windows color (decimal): -6956779 or 1431957. OLE color: 1431957.
HSL color Cylindrical-coordinate representation of color #95D915: hue angle of 80.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95D915 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 21 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.15 |
| HSL | 80.82º | 0.82% | 0.47% | - |
| HSV(B) | 80.82º | 0.9% | 0.85% | - |
| XYZ | 37.34 | 56.07 | 9.56 | - |
| YUV | 174.32 | 41.47 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 21 | 0.31 | 0 | 0.90 | 0.15 | 80.82 | 0.82 | 0.47 |
| Hex | 95 | D9 | 15 | 1F | 0 | 5A | F | 51 | 52 | 2F |
| Octal | 225 | 331 | 25 | 37 | 0 | 132 | 17 | 121 | 122 | 57 |
| Binary | 10010101 | 11011001 | 10101 | 11111 | 0 | 1011010 | 1111 | 1010001 | 1010010 | 101111 |
Color Harmonies of #95D915
Complementary color
Monochromatic Colors of #95D915
Black with #95D915
Text Example
Text Example
White with #95D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D915; }
p { color: rgb(149,217,21); }
H1.HeaderClassName
{
color: #95D915;
}
.AnyTagClassName
{
color: #95D915;
}
</style>
background-color css
<style>
a { background-color: #95D915; }
a { background-color: rgb(149,217,21); }
div.DivClassName
{
background-color: #95D915;
}
.BgClassName
{
background-color: #95D915;
}
</style>
border-color css
<style>
span { border-color: #95D915; }
span { border-color: rgb(149,217,21); }
td.TdClassName
{
border-color: #95D915;
}
.TagClassName
{
border-color: #95D915;
}
</style>