Html Css Color HEX #96E111 Inch Worm

📋 copy color: '#96E111'

red 150 ◦ green 225 ◦ blue 17

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

Shades of Inch Worm #96E111

Tints of Inch Worm #96E111

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.4%

 BLUE value IS 17 (7.03% from 255) = 4.34%

R = 38.27%
G = 57.4%
B = 4.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#96E111 (or 0x96E111) is known color: Inch Worm. HEX triplet: 96, E1 and 11. RGB value is (150,225,17). Sum of RGB (Red+Green+Blue) = 150+225+17=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #96E111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E111 is #691EEE. Grayscale: #B3B3B3. Windows color (decimal): -6889199 or 1171862. OLE color: 1171862.

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

Color convert

RGB 150 225 17 -
CMYK 0.33 0 0.92 0.12
HSL 81.63º 0.86% 0.47% -
HSV(B) 81.63º 0.92% 0.88% -
XYZ 39.6 60.37 10.1 -
YUV 178.86 36.65 107.41 -
System Red Green Blue C M Y K H S L
Decimal 150 225 17 0.33 0 0.92 0.12 81.63 0.86 0.47
Hex 96 E1 11 21 0 5C C 52 56 2F
Octal 226 341 21 41 0 134 14 122 126 57
Binary 10010110 11100001 10001 100001 0 1011100 1100 1010010 1010110 101111

Color Harmonies of #96E111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E111

Black with #96E111

Text Example


Text Example

White with #96E111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,17); }

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

background-color css

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

 a { background-color: rgb(150,225,17); }

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

border-color css

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

 span { border-color: rgb(150,225,17); }

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