Html Css Color HEX #93DF13 Inch Worm

📋 copy color: '#93DF13'

red 147 ◦ green 223 ◦ blue 19

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

Shades of Inch Worm #93DF13

Tints of Inch Worm #93DF13

RGB

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

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

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

R = 37.79%
G = 57.33%
B = 4.88%

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

#93DF13 (or 0x93DF13) is known color: Inch Worm. HEX triplet: 93, DF and 13. RGB value is (147,223,19). Sum of RGB (Red+Green+Blue) = 147+223+19=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DF13 is #6C20EC. Grayscale: #B1B1B1. Windows color (decimal): -7086317 or 1302419. OLE color: 1302419.

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

Color convert

RGB 147 223 19 -
CMYK 0.34 0 0.91 0.13
HSL 82.35º 0.84% 0.47% -
HSV(B) 82.35º 0.91% 0.87% -
XYZ 38.54 59.03 9.98 -
YUV 177.02 38.82 106.59 -
System Red Green Blue C M Y K H S L
Decimal 147 223 19 0.34 0 0.91 0.13 82.35 0.84 0.47
Hex 93 DF 13 22 0 5B D 52 54 2F
Octal 223 337 23 42 0 133 15 122 124 57
Binary 10010011 11011111 10011 100010 0 1011011 1101 1010010 1010100 101111

Color Harmonies of #93DF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DF13

Black with #93DF13

Text Example


Text Example

White with #93DF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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