Html Css Color HEX #96D600 Inch Worm

📋 copy color: '#96D600'

red 150 ◦ green 214 ◦ blue 0

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

Shades of Inch Worm #96D600

Tints of Inch Worm #96D600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.21%
G = 58.79%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#96D600 (or 0x96D600) is known color: Inch Worm. HEX triplet: 96, D6 and 00. RGB value is (150,214,0). Sum of RGB (Red+Green+Blue) = 150+214+0=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #96D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D600 is #6929FF. Grayscale: #ABABAB. Windows color (decimal): -6892032 or 54934. OLE color: 54934.

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

Color convert

RGB 150 214 0 -
CMYK 0.30 0 1 0.16
HSL 77.94º 1% 0.42% -
HSV(B) 77.94º 1% 0.84% -
XYZ 36.62 54.58 8.6 -
YUV 170.47 31.8 113.4 -
System Red Green Blue C M Y K H S L
Decimal 150 214 0 0.30 0 1 0.16 77.94 1 0.42
Hex 96 D6 0 1E 0 64 10 4E 64 2A
Octal 226 326 0 36 0 144 20 116 144 52
Binary 10010110 11010110 0 11110 0 1100100 10000 1001110 1100100 101010

Color Harmonies of #96D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D600

Black with #96D600

Text Example


Text Example

White with #96D600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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