Html Css Color HEX #93DB13 Inch Worm

📋 copy color: '#93DB13'

red 147 ◦ green 219 ◦ blue 19

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

Shades of Inch Worm #93DB13

Tints of Inch Worm #93DB13

RGB

 RED value IS 147 (57.81% from 255) = 38.18%

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

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

R = 38.18%
G = 56.88%
B = 4.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#93DB13 (or 0x93DB13) is known color: Inch Worm. HEX triplet: 93, DB and 13. RGB value is (147,219,19). Sum of RGB (Red+Green+Blue) = 147+219+19=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DB13 is #6C24EC. Grayscale: #AFAFAF. Windows color (decimal): -7087341 or 1301395. OLE color: 1301395.

HSL color Cylindrical-coordinate representation of color #93DB13: hue angle of 81.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93DB13 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 219 19 -
CMYK 0.33 0 0.91 0.14
HSL 81.6º 0.84% 0.47% -
HSV(B) 81.6º 0.91% 0.86% -
XYZ 37.48 56.91 9.63 -
YUV 174.67 40.15 108.26 -
System Red Green Blue C M Y K H S L
Decimal 147 219 19 0.33 0 0.91 0.14 81.6 0.84 0.47
Hex 93 DB 13 21 0 5B E 52 54 2F
Octal 223 333 23 41 0 133 16 122 124 57
Binary 10010011 11011011 10011 100001 0 1011011 1110 1010010 1010100 101111

Color Harmonies of #93DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DB13

Black with #93DB13

Text Example


Text Example

White with #93DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93DB13; }

 p { color: rgb(147,219,19); }

 H1.HeaderClassName
 {
   color: #93DB13;
 }
 .AnyTagClassName
 {
   color: #93DB13;
 }
</style>

background-color css

<style>
 a { background-color: #93DB13; }

 a { background-color: rgb(147,219,19); }

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

border-color css

<style>
 span { border-color: #93DB13; }

 span { border-color: rgb(147,219,19); }

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