Html Css Color HEX #93D776 Gossip

📋 copy color: '#93D776'

red 147 ◦ green 215 ◦ blue 118

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

Shades of Gossip #93D776

Tints of Gossip #93D776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 30.63%
G = 44.79%
B = 24.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#93D776 (or 0x93D776) is known color: Gossip. HEX triplet: 93, D7 and 76. RGB value is (147,215,118). Sum of RGB (Red+Green+Blue) = 147+215+118=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #93D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D776 is #6C2889. Grayscale: #B7B7B7. Windows color (decimal): -7088266 or 7788435. OLE color: 7788435.

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

Color convert

RGB 147 215 118 -
CMYK 0.32 0 0.45 0.16
HSL 102.06º 0.55% 0.65% -
HSV(B) 102.06º 0.45% 0.84% -
XYZ 39.6 56.11 25.88 -
YUV 183.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 147 215 118 0.32 0 0.45 0.16 102.06 0.55 0.65
Hex 93 D7 76 20 0 2D 10 66 37 41
Octal 223 327 166 40 0 55 20 146 67 101
Binary 10010011 11010111 1110110 100000 0 101101 10000 1100110 110111 1000001

Color Harmonies of #93D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D776

Black with #93D776

Text Example


Text Example

White with #93D776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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