Html Css Color HEX #96D506 Inch Worm

📋 copy color: '#96D506'

red 150 ◦ green 213 ◦ blue 6

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

Shades of Inch Worm #96D506

Tints of Inch Worm #96D506

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.72%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 40.65%
G = 57.72%
B = 1.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#96D506 (or 0x96D506) is known color: Inch Worm. HEX triplet: 96, D5 and 06. RGB value is (150,213,6). Sum of RGB (Red+Green+Blue) = 150+213+6=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #96D506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D506 is #692AF9. Grayscale: #ABABAB. Windows color (decimal): -6892282 or 447894. OLE color: 447894.

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

Color convert

RGB 150 213 6 -
CMYK 0.30 0 0.97 0.16
HSL 78.26º 0.95% 0.43% -
HSV(B) 78.26º 0.97% 0.84% -
XYZ 36.4 54.09 8.69 -
YUV 170.57 35.13 113.33 -
System Red Green Blue C M Y K H S L
Decimal 150 213 6 0.30 0 0.97 0.16 78.26 0.95 0.43
Hex 96 D5 6 1E 0 61 10 4E 5F 2B
Octal 226 325 6 36 0 141 20 116 137 53
Binary 10010110 11010101 110 11110 0 1100001 10000 1001110 1011111 101011

Color Harmonies of #96D506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D506

Black with #96D506

Text Example


Text Example

White with #96D506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,6); }

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

background-color css

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

 a { background-color: rgb(150,213,6); }

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

border-color css

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

 span { border-color: rgb(150,213,6); }

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