Html Css Color HEX #96E720 Inch Worm

📋 copy color: '#96E720'

red 150 ◦ green 231 ◦ blue 32

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

Shades of Inch Worm #96E720

Tints of Inch Worm #96E720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 55.93%

 BLUE value IS 32 (12.89% from 255) = 7.75%

R = 36.32%
G = 55.93%
B = 7.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#96E720 (or 0x96E720) is known color: Inch Worm. HEX triplet: 96, E7 and 20. RGB value is (150,231,32). Sum of RGB (Red+Green+Blue) = 150+231+32=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #96E720 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E720 is #6918DF. Grayscale: #B8B8B8. Windows color (decimal): -6887648 or 2156438. OLE color: 2156438.

HSL color Cylindrical-coordinate representation of color #96E720: hue angle of 84.42º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96E720 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 231 32 -
CMYK 0.35 0 0.86 0.09
HSL 84.42º 0.81% 0.52% -
HSV(B) 84.42º 0.86% 0.91% -
XYZ 41.41 63.74 11.49 -
YUV 184.1 42.16 103.68 -
System Red Green Blue C M Y K H S L
Decimal 150 231 32 0.35 0 0.86 0.09 84.42 0.81 0.52
Hex 96 E7 20 23 0 56 9 54 51 34
Octal 226 347 40 43 0 126 11 124 121 64
Binary 10010110 11100111 100000 100011 0 1010110 1001 1010100 1010001 110100

Color Harmonies of #96E720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E720

Black with #96E720

Text Example


Text Example

White with #96E720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,231,32); }

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

background-color css

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

 a { background-color: rgb(150,231,32); }

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

border-color css

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

 span { border-color: rgb(150,231,32); }

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