Html Css Color HEX #93DB05 Inch Worm

📋 copy color: '#93DB05'

red 147 ◦ green 219 ◦ blue 5

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

Shades of Inch Worm #93DB05

Tints of Inch Worm #93DB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 39.62%
G = 59.03%
B = 1.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#93DB05 (or 0x93DB05) is known color: Inch Worm. HEX triplet: 93, DB and 05. RGB value is (147,219,5). Sum of RGB (Red+Green+Blue) = 147+219+5=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DB05 is #6C24FA. Grayscale: #ADADAD. Windows color (decimal): -7087355 or 383891. OLE color: 383891.

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

Color convert

RGB 147 219 5 -
CMYK 0.33 0 0.98 0.14
HSL 80.19º 0.96% 0.44% -
HSV(B) 80.19º 0.98% 0.86% -
XYZ 37.39 56.88 9.15 -
YUV 173.08 33.15 109.4 -
System Red Green Blue C M Y K H S L
Decimal 147 219 5 0.33 0 0.98 0.14 80.19 0.96 0.44
Hex 93 DB 5 21 0 62 E 50 60 2C
Octal 223 333 5 41 0 142 16 120 140 54
Binary 10010011 11011011 101 100001 0 1100010 1110 1010000 1100000 101100

Color Harmonies of #93DB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DB05

Black with #93DB05

Text Example


Text Example

White with #93DB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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