Html Css Color HEX #96E205 Inch Worm

📋 copy color: '#96E205'

red 150 ◦ green 226 ◦ blue 5

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

Shades of Inch Worm #96E205

Tints of Inch Worm #96E205

RGB

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

 GREEN value IS 226 (88.67% from 255) = 59.32%

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 39.37%
G = 59.32%
B = 1.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#96E205 (or 0x96E205) is known color: Inch Worm. HEX triplet: 96, E2 and 05. RGB value is (150,226,5). Sum of RGB (Red+Green+Blue) = 150+226+5=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 226 (88.67% from 255 or 59.32% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 226 - color contains mainly: green. Hex color #96E205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E205 is #691DFA. Grayscale: #B2B2B2. Windows color (decimal): -6888955 or 385686. OLE color: 385686.

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

Color convert

RGB 150 226 5 -
CMYK 0.34 0 0.98 0.11
HSL 80.63º 0.96% 0.45% -
HSV(B) 80.63º 0.98% 0.89% -
XYZ 39.8 60.89 9.8 -
YUV 178.08 30.32 107.97 -
System Red Green Blue C M Y K H S L
Decimal 150 226 5 0.34 0 0.98 0.11 80.63 0.96 0.45
Hex 96 E2 5 22 0 62 B 51 60 2D
Octal 226 342 5 42 0 142 13 121 140 55
Binary 10010110 11100010 101 100010 0 1100010 1011 1010001 1100000 101101

Color Harmonies of #96E205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E205

Black with #96E205

Text Example


Text Example

White with #96E205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,226,5); }

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

background-color css

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

 a { background-color: rgb(150,226,5); }

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

border-color css

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

 span { border-color: rgb(150,226,5); }

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