#96DE07

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

Shades of Inch Worm #96DE07

Tints of Inch Worm #96DE07

Color information

#96DE07 (or 0x96DE07) is unknown color: approx Inch Worm. HEX triplet: 96, DE and 07. RGB value is (150,222,7). Sum of RGB (Red+Green+Blue) = 150+222+7=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DE07 is #6921F8. Grayscale: #B0B0B0. Windows color (decimal): -6889977 or 515734. OLE color: 515734.

HSL color Cylindrical-coordinate representation of color #96DE07: hue angle of 80.09º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96DE07 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB1502227-
CMYK0.3200.970.13
HSL80.09º93.89%44.9%-
HSV(B)80.09º96.85%87.06%-
XYZ38.7458.749.5-
YUV175.9632.65109.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 222 (87.11% from 255) = 58.58%
BLUE value IS 7 (3.12% from 255) = 1.85%
R=39.58%
G=58.58%
B=1.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15022270.3200.970.1380.0993.8944.9
Hex96DE720061D505e2d
Octal22633674001411512013655
Binary100101101101111011110000001100001110110100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DE07; }

 p { color: rgb(150,222,7); }

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

<style>
 a { background-color: #96DE07; }

 a { background-color: rgb(150,222,7); }

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

<style>
 span { border-color: #96DE07; }

 span { border-color: rgb(150,222,7); }

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