Html Css Color HEX #93DF14 Inch Worm

📋 copy color: '#93DF14'

red 147 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #93DF14

Tints of Inch Worm #93DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.18%

 BLUE value IS 20 (8.2% from 255) = 5.13%

R = 37.69%
G = 57.18%
B = 5.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#93DF14 (or 0x93DF14) is known color: Inch Worm. HEX triplet: 93, DF and 14. RGB value is (147,223,20). Sum of RGB (Red+Green+Blue) = 147+223+20=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DF14 is #6C20EB. Grayscale: #B1B1B1. Windows color (decimal): -7086316 or 1367955. OLE color: 1367955.

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

Color convert

RGB 147 223 20 -
CMYK 0.34 0 0.91 0.13
HSL 82.46º 0.84% 0.48% -
HSV(B) 82.46º 0.91% 0.87% -
XYZ 38.55 59.03 10.02 -
YUV 177.13 39.32 106.51 -
System Red Green Blue C M Y K H S L
Decimal 147 223 20 0.34 0 0.91 0.13 82.46 0.84 0.48
Hex 93 DF 14 22 0 5B D 52 54 30
Octal 223 337 24 42 0 133 15 122 124 60
Binary 10010011 11011111 10100 100010 0 1011011 1101 1010010 1010100 110000

Color Harmonies of #93DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DF14

Black with #93DF14

Text Example


Text Example

White with #93DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,223,20); }

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

background-color css

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

 a { background-color: rgb(147,223,20); }

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

border-color css

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

 span { border-color: rgb(147,223,20); }

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