Html Css Color HEX #93D511 Inch Worm

📋 copy color: '#93D511'

red 147 ◦ green 213 ◦ blue 17

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

Shades of Inch Worm #93D511

Tints of Inch Worm #93D511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.5%

 BLUE value IS 17 (7.03% from 255) = 4.51%

R = 38.99%
G = 56.5%
B = 4.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#93D511 (or 0x93D511) is known color: Inch Worm. HEX triplet: 93, D5 and 11. RGB value is (147,213,17). Sum of RGB (Red+Green+Blue) = 147+213+17=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #93D511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D511 is #6C2AEE. Grayscale: #ABABAB. Windows color (decimal): -7088879 or 1168787. OLE color: 1168787.

HSL color Cylindrical-coordinate representation of color #93D511: hue angle of 80.2º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93D511 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 213 17 -
CMYK 0.31 0 0.92 0.16
HSL 80.2º 0.85% 0.45% -
HSV(B) 80.2º 0.92% 0.84% -
XYZ 35.93 53.83 9.03 -
YUV 170.92 41.13 110.94 -
System Red Green Blue C M Y K H S L
Decimal 147 213 17 0.31 0 0.92 0.16 80.2 0.85 0.45
Hex 93 D5 11 1F 0 5C 10 50 55 2D
Octal 223 325 21 37 0 134 20 120 125 55
Binary 10010011 11010101 10001 11111 0 1011100 10000 1010000 1010101 101101

Color Harmonies of #93D511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D511

Black with #93D511

Text Example


Text Example

White with #93D511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,213,17); }

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

background-color css

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

 a { background-color: rgb(147,213,17); }

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

border-color css

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

 span { border-color: rgb(147,213,17); }

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