Html Css Color HEX #96D702 Inch Worm

📋 copy color: '#96D702'

red 150 ◦ green 215 ◦ blue 2

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

Shades of Inch Worm #96D702

Tints of Inch Worm #96D702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.58%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 40.87%
G = 58.58%
B = 0.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#96D702 (or 0x96D702) is known color: Inch Worm. HEX triplet: 96, D7 and 02. RGB value is (150,215,2). Sum of RGB (Red+Green+Blue) = 150+215+2=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #96D702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D702 is #6928FD. Grayscale: #ACACAC. Windows color (decimal): -6891774 or 186262. OLE color: 186262.

HSL color Cylindrical-coordinate representation of color #96D702: hue angle of 78.31º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96D702 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 2 -
CMYK 0.30 0 0.99 0.16
HSL 78.31º 0.98% 0.43% -
HSV(B) 78.31º 0.99% 0.84% -
XYZ 36.89 55.09 8.75 -
YUV 171.28 32.47 112.82 -
System Red Green Blue C M Y K H S L
Decimal 150 215 2 0.30 0 0.99 0.16 78.31 0.98 0.43
Hex 96 D7 2 1E 0 63 10 4E 62 2B
Octal 226 327 2 36 0 143 20 116 142 53
Binary 10010110 11010111 10 11110 0 1100011 10000 1001110 1100010 101011

Color Harmonies of #96D702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D702

Black with #96D702

Text Example


Text Example

White with #96D702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,2); }

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

background-color css

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

 a { background-color: rgb(150,215,2); }

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

border-color css

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

 span { border-color: rgb(150,215,2); }

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