Html Css Color HEX #93D80F Inch Worm

📋 copy color: '#93D80F'

red 147 ◦ green 216 ◦ blue 15

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

Shades of Inch Worm #93D80F

Tints of Inch Worm #93D80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.14%

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 38.89%
G = 57.14%
B = 3.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#93D80F (or 0x93D80F) is known color: Inch Worm. HEX triplet: 93, D8 and 0F. RGB value is (147,216,15). Sum of RGB (Red+Green+Blue) = 147+216+15=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #93D80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D80F is #6C27F0. Grayscale: #ADADAD. Windows color (decimal): -7088113 or 1038483. OLE color: 1038483.

HSL color Cylindrical-coordinate representation of color #93D80F: hue angle of 80.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93D80F is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 216 15 -
CMYK 0.32 0 0.93 0.15
HSL 80.6º 0.87% 0.45% -
HSV(B) 80.6º 0.93% 0.85% -
XYZ 36.67 55.35 9.2 -
YUV 172.46 39.14 109.84 -
System Red Green Blue C M Y K H S L
Decimal 147 216 15 0.32 0 0.93 0.15 80.6 0.87 0.45
Hex 93 D8 F 20 0 5D F 51 57 2D
Octal 223 330 17 40 0 135 17 121 127 55
Binary 10010011 11011000 1111 100000 0 1011101 1111 1010001 1010111 101101

Color Harmonies of #93D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D80F

Black with #93D80F

Text Example


Text Example

White with #93D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,216,15); }

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

background-color css

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

 a { background-color: rgb(147,216,15); }

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

border-color css

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

 span { border-color: rgb(147,216,15); }

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