Html Css Color HEX #93D310 Inch Worm

📋 copy color: '#93D310'

red 147 ◦ green 211 ◦ blue 16

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

Shades of Inch Worm #93D310

Tints of Inch Worm #93D310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.42%

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 39.3%
G = 56.42%
B = 4.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#93D310 (or 0x93D310) is known color: Inch Worm. HEX triplet: 93, D3 and 10. RGB value is (147,211,16). Sum of RGB (Red+Green+Blue) = 147+211+16=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #93D310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D310 is #6C2CEF. Grayscale: #AAAAAA. Windows color (decimal): -7089392 or 1102739. OLE color: 1102739.

HSL color Cylindrical-coordinate representation of color #93D310: hue angle of 79.69º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93D310 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 211 16 -
CMYK 0.30 0 0.92 0.17
HSL 79.69º 0.86% 0.45% -
HSV(B) 79.69º 0.92% 0.83% -
XYZ 35.42 52.83 8.82 -
YUV 169.63 41.3 111.86 -
System Red Green Blue C M Y K H S L
Decimal 147 211 16 0.30 0 0.92 0.17 79.69 0.86 0.45
Hex 93 D3 10 1E 0 5C 11 50 56 2D
Octal 223 323 20 36 0 134 21 120 126 55
Binary 10010011 11010011 10000 11110 0 1011100 10001 1010000 1010110 101101

Color Harmonies of #93D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D310

Black with #93D310

Text Example


Text Example

White with #93D310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,211,16); }

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

background-color css

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

 a { background-color: rgb(147,211,16); }

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

border-color css

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

 span { border-color: rgb(147,211,16); }

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