Html Css Color HEX #96DE13 Inch Worm

📋 copy color: '#96DE13'

red 150 ◦ green 222 ◦ blue 19

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

Shades of Inch Worm #96DE13

Tints of Inch Worm #96DE13

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.78%

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 38.36%
G = 56.78%
B = 4.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#96DE13 (or 0x96DE13) is known color: Inch Worm. HEX triplet: 96, DE and 13. RGB value is (150,222,19). Sum of RGB (Red+Green+Blue) = 150+222+19=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DE13 is #6921EC. Grayscale: #B2B2B2. Windows color (decimal): -6889965 or 1302166. OLE color: 1302166.

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

Color convert

RGB 150 222 19 -
CMYK 0.32 0 0.91 0.13
HSL 81.28º 0.84% 0.47% -
HSV(B) 81.28º 0.91% 0.87% -
XYZ 38.82 58.77 9.91 -
YUV 177.33 38.65 108.51 -
System Red Green Blue C M Y K H S L
Decimal 150 222 19 0.32 0 0.91 0.13 81.28 0.84 0.47
Hex 96 DE 13 20 0 5B D 51 54 2F
Octal 226 336 23 40 0 133 15 121 124 57
Binary 10010110 11011110 10011 100000 0 1011011 1101 1010001 1010100 101111

Color Harmonies of #96DE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DE13

Black with #96DE13

Text Example


Text Example

White with #96DE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,222,19); }

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

background-color css

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

 a { background-color: rgb(150,222,19); }

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

border-color css

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

 span { border-color: rgb(150,222,19); }

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