Html Css Color HEX #96D602 Inch Worm

📋 copy color: '#96D602'

red 150 ◦ green 214 ◦ blue 2

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

Shades of Inch Worm #96D602

Tints of Inch Worm #96D602

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.47%

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

R = 40.98%
G = 58.47%
B = 0.55%

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

#96D602 (or 0x96D602) is known color: Inch Worm. HEX triplet: 96, D6 and 02. RGB value is (150,214,2). Sum of RGB (Red+Green+Blue) = 150+214+2=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #96D602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D602 is #6929FD. Grayscale: #ABABAB. Windows color (decimal): -6892030 or 186006. OLE color: 186006.

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

Color convert

RGB 150 214 2 -
CMYK 0.30 0 0.99 0.16
HSL 78.11º 0.98% 0.42% -
HSV(B) 78.11º 0.99% 0.84% -
XYZ 36.64 54.58 8.66 -
YUV 170.7 32.8 113.24 -
System Red Green Blue C M Y K H S L
Decimal 150 214 2 0.30 0 0.99 0.16 78.11 0.98 0.42
Hex 96 D6 2 1E 0 63 10 4E 62 2A
Octal 226 326 2 36 0 143 20 116 142 52
Binary 10010110 11010110 10 11110 0 1100011 10000 1001110 1100010 101010

Color Harmonies of #96D602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D602

Black with #96D602

Text Example


Text Example

White with #96D602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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