Html Css Color HEX #96DB17 Inch Worm

📋 copy color: '#96DB17'

red 150 ◦ green 219 ◦ blue 23

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

Shades of Inch Worm #96DB17

Tints of Inch Worm #96DB17

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.87%

 BLUE value IS 23 (9.38% from 255) = 5.87%

R = 38.27%
G = 55.87%
B = 5.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#96DB17 (or 0x96DB17) is known color: Inch Worm. HEX triplet: 96, DB and 17. RGB value is (150,219,23). Sum of RGB (Red+Green+Blue) = 150+219+23=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DB17 is #6924E8. Grayscale: #B0B0B0. Windows color (decimal): -6890729 or 1563542. OLE color: 1563542.

HSL color Cylindrical-coordinate representation of color #96DB17: hue angle of 81.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96DB17 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 23 -
CMYK 0.32 0 0.89 0.14
HSL 81.12º 0.81% 0.47% -
HSV(B) 81.12º 0.89% 0.86% -
XYZ 38.06 57.21 9.85 -
YUV 176.03 41.64 109.44 -
System Red Green Blue C M Y K H S L
Decimal 150 219 23 0.32 0 0.89 0.14 81.12 0.81 0.47
Hex 96 DB 17 20 0 59 E 51 51 2F
Octal 226 333 27 40 0 131 16 121 121 57
Binary 10010110 11011011 10111 100000 0 1011001 1110 1010001 1010001 101111

Color Harmonies of #96DB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB17

Black with #96DB17

Text Example


Text Example

White with #96DB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,23); }

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

background-color css

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

 a { background-color: rgb(150,219,23); }

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

border-color css

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

 span { border-color: rgb(150,219,23); }

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