Html Css Color HEX #93D512 Inch Worm

📋 copy color: '#93D512'

red 147 ◦ green 213 ◦ blue 18

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

Shades of Inch Worm #93D512

Tints of Inch Worm #93D512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.76%

R = 38.89%
G = 56.35%
B = 4.76%

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

#93D512 (or 0x93D512) is known color: Inch Worm. HEX triplet: 93, D5 and 12. RGB value is (147,213,18). Sum of RGB (Red+Green+Blue) = 147+213+18=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #93D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D512 is #6C2AED. Grayscale: #ABABAB. Windows color (decimal): -7088878 or 1234323. OLE color: 1234323.

HSL color Cylindrical-coordinate representation of color #93D512: hue angle of 80.31º degrees, saturation: 0.84, 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 #93D512 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 213 18 -
CMYK 0.31 0 0.92 0.16
HSL 80.31º 0.84% 0.45% -
HSV(B) 80.31º 0.92% 0.84% -
XYZ 35.94 53.84 9.07 -
YUV 171.04 41.63 110.86 -
System Red Green Blue C M Y K H S L
Decimal 147 213 18 0.31 0 0.92 0.16 80.31 0.84 0.45
Hex 93 D5 12 1F 0 5C 10 50 54 2D
Octal 223 325 22 37 0 134 20 120 124 55
Binary 10010011 11010101 10010 11111 0 1011100 10000 1010000 1010100 101101

Color Harmonies of #93D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D512

Black with #93D512

Text Example


Text Example

White with #93D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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