Html Css Color HEX #96DD10 Inch Worm

📋 copy color: '#96DD10'

red 150 ◦ green 221 ◦ blue 16

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

Shades of Inch Worm #96DD10

Tints of Inch Worm #96DD10

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.11%

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 38.76%
G = 57.11%
B = 4.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#96DD10 (or 0x96DD10) is known color: Inch Worm. HEX triplet: 96, DD and 10. RGB value is (150,221,16). Sum of RGB (Red+Green+Blue) = 150+221+16=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DD10 is #6922EF. Grayscale: #B1B1B1. Windows color (decimal): -6890224 or 1105302. OLE color: 1105302.

HSL color Cylindrical-coordinate representation of color #96DD10: hue angle of 80.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96DD10 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 16 -
CMYK 0.32 0 0.93 0.13
HSL 80.78º 0.86% 0.46% -
HSV(B) 80.78º 0.93% 0.87% -
XYZ 38.53 58.23 9.7 -
YUV 176.4 37.48 109.17 -
System Red Green Blue C M Y K H S L
Decimal 150 221 16 0.32 0 0.93 0.13 80.78 0.86 0.46
Hex 96 DD 10 20 0 5D D 51 56 2E
Octal 226 335 20 40 0 135 15 121 126 56
Binary 10010110 11011101 10000 100000 0 1011101 1101 1010001 1010110 101110

Color Harmonies of #96DD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD10

Black with #96DD10

Text Example


Text Example

White with #96DD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,16); }

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

background-color css

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

 a { background-color: rgb(150,221,16); }

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

border-color css

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

 span { border-color: rgb(150,221,16); }

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