#96DF08

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

Shades of Inch Worm #96DF08

Tints of Inch Worm #96DF08

Color information

#96DF08 (or 0x96DF08) is unknown color: approx Inch Worm. HEX triplet: 96, DF and 08. RGB value is (150,223,8). Sum of RGB (Red+Green+Blue) = 150+223+8=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DF08 is #6920F7. Grayscale: #B1B1B1. Windows color (decimal): -6889720 or 581526. OLE color: 581526.

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

Color convert

RGB1502238-
CMYK0.3300.960.13
HSL80.37º93.07%45.29%-
HSV(B)80.37º96.41%87.45%-
XYZ39.0159.289.62-
YUV176.6632.82108.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 223 (87.5% from 255) = 58.53%
BLUE value IS 8 (3.52% from 255) = 2.10%
R=39.37%
G=58.53%
B=2.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15022380.3300.960.1380.3793.0745.29
Hex96DF821060D505d2d
Octal226337104101401512013555
Binary1001011011011111100010000101100000110110100001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,8); }

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

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

 a { background-color: rgb(150,223,8); }

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

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

 span { border-color: rgb(150,223,8); }

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