Shades of Inch Worm #95DF0E
Tints of Inch Worm #95DF0E
RGB
CMYK
RGB Variations
Color information
#95DF0E (or 0x95DF0E) is known color: Inch Worm. HEX triplet: 95, DF and 0E. RGB value is (149,223,14). Sum of RGB (Red+Green+Blue) = 149+223+14=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95DF0E is #6A20F1. Grayscale: #B1B1B1. Windows color (decimal): -6955250 or 974741. OLE color: 974741.
HSL color Cylindrical-coordinate representation of color #95DF0E: hue angle of 81.24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95DF0E is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 14 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.13 |
| HSL | 81.24º | 0.88% | 0.46% | - |
| HSV(B) | 81.24º | 0.94% | 0.87% | - |
| XYZ | 38.86 | 59.2 | 9.79 | - |
| YUV | 177.05 | 35.98 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 14 | 0.33 | 0 | 0.94 | 0.13 | 81.24 | 0.88 | 0.46 |
| Hex | 95 | DF | E | 21 | 0 | 5E | D | 51 | 58 | 2E |
| Octal | 225 | 337 | 16 | 41 | 0 | 136 | 15 | 121 | 130 | 56 |
| Binary | 10010101 | 11011111 | 1110 | 100001 | 0 | 1011110 | 1101 | 1010001 | 1011000 | 101110 |
Color Harmonies of #95DF0E
Complementary color
Monochromatic Colors of #95DF0E
Black with #95DF0E
Text Example
Text Example
White with #95DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF0E; }
p { color: rgb(149,223,14); }
H1.HeaderClassName
{
color: #95DF0E;
}
.AnyTagClassName
{
color: #95DF0E;
}
</style>
background-color css
<style>
a { background-color: #95DF0E; }
a { background-color: rgb(149,223,14); }
div.DivClassName
{
background-color: #95DF0E;
}
.BgClassName
{
background-color: #95DF0E;
}
</style>
border-color css
<style>
span { border-color: #95DF0E; }
span { border-color: rgb(149,223,14); }
td.TdClassName
{
border-color: #95DF0E;
}
.TagClassName
{
border-color: #95DF0E;
}
</style>