Shades of Inch Worm #95DF16
Tints of Inch Worm #95DF16
RGB
CMYK
RGB Variations
Color information
#95DF16 (or 0x95DF16) is known color: Inch Worm. HEX triplet: 95, DF and 16. RGB value is (149,223,22). Sum of RGB (Red+Green+Blue) = 149+223+22=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95DF16 is #6A20E9. Grayscale: #B2B2B2. Windows color (decimal): -6955242 or 1499029. OLE color: 1499029.
HSL color Cylindrical-coordinate representation of color #95DF16: hue angle of 82.09º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95DF16 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 22 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.13 |
| HSL | 82.09º | 0.82% | 0.48% | - |
| HSV(B) | 82.09º | 0.9% | 0.87% | - |
| XYZ | 38.93 | 59.22 | 10.14 | - |
| YUV | 177.96 | 39.98 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 22 | 0.33 | 0 | 0.90 | 0.13 | 82.09 | 0.82 | 0.48 |
| Hex | 95 | DF | 16 | 21 | 0 | 5A | D | 52 | 52 | 30 |
| Octal | 225 | 337 | 26 | 41 | 0 | 132 | 15 | 122 | 122 | 60 |
| Binary | 10010101 | 11011111 | 10110 | 100001 | 0 | 1011010 | 1101 | 1010010 | 1010010 | 110000 |
Color Harmonies of #95DF16
Complementary color
Monochromatic Colors of #95DF16
Black with #95DF16
Text Example
Text Example
White with #95DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF16; }
p { color: rgb(149,223,22); }
H1.HeaderClassName
{
color: #95DF16;
}
.AnyTagClassName
{
color: #95DF16;
}
</style>
background-color css
<style>
a { background-color: #95DF16; }
a { background-color: rgb(149,223,22); }
div.DivClassName
{
background-color: #95DF16;
}
.BgClassName
{
background-color: #95DF16;
}
</style>
border-color css
<style>
span { border-color: #95DF16; }
span { border-color: rgb(149,223,22); }
td.TdClassName
{
border-color: #95DF16;
}
.TagClassName
{
border-color: #95DF16;
}
</style>