Html Css Color HEX #96D713 Inch Worm

📋 copy color: '#96D713'

red 150 ◦ green 215 ◦ blue 19

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

Shades of Inch Worm #96D713

Tints of Inch Worm #96D713

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.99%

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

R = 39.06%
G = 55.99%
B = 4.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#96D713 (or 0x96D713) is known color: Inch Worm. HEX triplet: 96, D7 and 13. RGB value is (150,215,19). Sum of RGB (Red+Green+Blue) = 150+215+19=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #96D713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D713 is #6928EC. Grayscale: #ADADAD. Windows color (decimal): -6891757 or 1300374. OLE color: 1300374.

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

Color convert

RGB 150 215 19 -
CMYK 0.30 0 0.91 0.16
HSL 79.9º 0.84% 0.46% -
HSV(B) 79.9º 0.91% 0.84% -
XYZ 37 55.13 9.31 -
YUV 173.22 40.97 111.44 -
System Red Green Blue C M Y K H S L
Decimal 150 215 19 0.30 0 0.91 0.16 79.9 0.84 0.46
Hex 96 D7 13 1E 0 5B 10 50 54 2E
Octal 226 327 23 36 0 133 20 120 124 56
Binary 10010110 11010111 10011 11110 0 1011011 10000 1010000 1010100 101110

Color Harmonies of #96D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D713

Black with #96D713

Text Example


Text Example

White with #96D713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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