Html Css Color HEX #96E407 Inch Worm

📋 copy color: '#96E407'

red 150 ◦ green 228 ◦ blue 7

#96E407
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #96E407

Tints of Inch Worm #96E407

RGB

 RED value IS 150 (58.98% from 255) = 38.96%

 GREEN value IS 228 (89.45% from 255) = 59.22%

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 38.96%
G = 59.22%
B = 1.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#96E407 (or 0x96E407) is known color: Inch Worm. HEX triplet: 96, E4 and 07. RGB value is (150,228,7). Sum of RGB (Red+Green+Blue) = 150+228+7=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #96E407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E407 is #691BF8. Grayscale: #B4B4B4. Windows color (decimal): -6888441 or 517270. OLE color: 517270.

HSL color Cylindrical-coordinate representation of color #96E407: hue angle of 81.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96E407 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 228 7 -
CMYK 0.34 0 0.97 0.11
HSL 81.18º 0.94% 0.46% -
HSV(B) 81.18º 0.97% 0.89% -
XYZ 40.36 61.99 10.04 -
YUV 179.48 30.66 106.97 -
System Red Green Blue C M Y K H S L
Decimal 150 228 7 0.34 0 0.97 0.11 81.18 0.94 0.46
Hex 96 E4 7 22 0 61 B 51 5E 2E
Octal 226 344 7 42 0 141 13 121 136 56
Binary 10010110 11100100 111 100010 0 1100001 1011 1010001 1011110 101110

Color Harmonies of #96E407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E407

Black with #96E407

Text Example


Text Example

White with #96E407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96E407;
 }
 .AnyTagClassName
 {
   color: #96E407;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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