Html Css Color HEX #96E007 Inch Worm

📋 copy color: '#96E007'

red 150 ◦ green 224 ◦ blue 7

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

Shades of Inch Worm #96E007

Tints of Inch Worm #96E007

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.79%

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

R = 39.37%
G = 58.79%
B = 1.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#96E007 (or 0x96E007) is known color: Inch Worm. HEX triplet: 96, E0 and 07. RGB value is (150,224,7). Sum of RGB (Red+Green+Blue) = 150+224+7=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #96E007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E007 is #691FF8. Grayscale: #B1B1B1. Windows color (decimal): -6889465 or 516246. OLE color: 516246.

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

Color convert

RGB 150 224 7 -
CMYK 0.33 0 0.97 0.12
HSL 80.46º 0.94% 0.45% -
HSV(B) 80.46º 0.97% 0.88% -
XYZ 39.27 59.81 9.68 -
YUV 177.14 31.98 108.64 -
System Red Green Blue C M Y K H S L
Decimal 150 224 7 0.33 0 0.97 0.12 80.46 0.94 0.45
Hex 96 E0 7 21 0 61 C 50 5E 2D
Octal 226 340 7 41 0 141 14 120 136 55
Binary 10010110 11100000 111 100001 0 1100001 1100 1010000 1011110 101101

Color Harmonies of #96E007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E007

Black with #96E007

Text Example


Text Example

White with #96E007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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