Html Css Color HEX #93DE16 Inch Worm

📋 copy color: '#93DE16'

red 147 ◦ green 222 ◦ blue 22

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

Shades of Inch Worm #93DE16

Tints of Inch Worm #93DE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 37.6%
G = 56.78%
B = 5.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#93DE16 (or 0x93DE16) is known color: Inch Worm. HEX triplet: 93, DE and 16. RGB value is (147,222,22). Sum of RGB (Red+Green+Blue) = 147+222+22=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DE16 is #6C21E9. Grayscale: #B1B1B1. Windows color (decimal): -7086570 or 1498771. OLE color: 1498771.

HSL color Cylindrical-coordinate representation of color #93DE16: hue angle of 82.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93DE16 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 222 22 -
CMYK 0.34 0 0.90 0.13
HSL 82.5º 0.82% 0.48% -
HSV(B) 82.5º 0.9% 0.87% -
XYZ 38.3 58.5 10.03 -
YUV 176.78 40.65 106.76 -
System Red Green Blue C M Y K H S L
Decimal 147 222 22 0.34 0 0.90 0.13 82.5 0.82 0.48
Hex 93 DE 16 22 0 5A D 52 52 30
Octal 223 336 26 42 0 132 15 122 122 60
Binary 10010011 11011110 10110 100010 0 1011010 1101 1010010 1010010 110000

Color Harmonies of #93DE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DE16

Black with #93DE16

Text Example


Text Example

White with #93DE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,222,22); }

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

background-color css

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

 a { background-color: rgb(147,222,22); }

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

border-color css

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

 span { border-color: rgb(147,222,22); }

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