#95DE13

Color #95DE13 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #95DE13

Tints of Inch Worm #95DE13

Color information

#95DE13 (or 0x95DE13) is unknown color: approx Inch Worm. HEX triplet: 95, DE and 13. RGB value is (149,222,19). Sum of RGB (Red+Green+Blue) = 149+222+19=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 222 (87.11% from 255 or 56.92% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95DE13 is #6A21EC. Grayscale: #B1B1B1. Windows color (decimal): -6955501 or 1302165. OLE color: 1302165.

HSL color Cylindrical-coordinate representation of color #95DE13: hue angle of 81.58º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95DE13 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB14922219-
CMYK0.3300.910.13
HSL81.58º84.23%47.25%-
HSV(B)81.58º91.44%87.06%-
XYZ38.6358.689.91-
YUV177.0338.82108.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 222 (87.11% from 255) = 56.92%
BLUE value IS 19 (7.81% from 255) = 4.87%
R=38.21%
G=56.92%
B=4.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149222190.3300.910.1381.5884.2347.25
Hex95DE132105BD52542f
Octal225336234101331512212457
Binary10010101110111101001110000101011011110110100101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DE13; }

 p { color: rgb(149,222,19); }

 H1.HeaderClassName
 {
   color: #95DE13;
 }
 .AnyTagClassName
 {
   color: #95DE13;
 }
</style>
background-color css

<style>
 a { background-color: #95DE13; }

 a { background-color: rgb(149,222,19); }

 div.DivClassName
 {
   background-color: #95DE13;
 }
 .BgClassName
 {
   background-color: #95DE13;
 }
</style>
border-color css

<style>
 span { border-color: #95DE13; }

 span { border-color: rgb(149,222,19); }

 td.TdClassName
 {
   border-color: #95DE13;
 }
 .TagClassName
 {
   border-color: #95DE13;
 }
</style>