Html Css Color HEX #93D771 Gossip

📋 copy color: '#93D771'

red 147 ◦ green 215 ◦ blue 113

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

Shades of Gossip #93D771

Tints of Gossip #93D771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

 BLUE value IS 113 (44.53% from 255) = 23.79%

R = 30.95%
G = 45.26%
B = 23.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#93D771 (or 0x93D771) is known color: Gossip. HEX triplet: 93, D7 and 71. RGB value is (147,215,113). Sum of RGB (Red+Green+Blue) = 147+215+113=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #93D771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D771 is #6C288E. Grayscale: #B7B7B7. Windows color (decimal): -7088271 or 7460755. OLE color: 7460755.

HSL color Cylindrical-coordinate representation of color #93D771: hue angle of 100º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93D771 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 215 113 -
CMYK 0.32 0 0.47 0.16
HSL 100º 0.56% 0.64% -
HSV(B) 100º 0.47% 0.84% -
XYZ 39.31 56 24.36 -
YUV 183.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 147 215 113 0.32 0 0.47 0.16 100 0.56 0.64
Hex 93 D7 71 20 0 2F 10 64 38 40
Octal 223 327 161 40 0 57 20 144 70 100
Binary 10010011 11010111 1110001 100000 0 101111 10000 1100100 111000 1000000

Color Harmonies of #93D771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D771

Black with #93D771

Text Example


Text Example

White with #93D771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,215,113); }

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

background-color css

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

 a { background-color: rgb(147,215,113); }

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

border-color css

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

 span { border-color: rgb(147,215,113); }

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