Html Css Color HEX #93D780 Gossip

📋 copy color: '#93D780'

red 147 ◦ green 215 ◦ blue 128

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

Shades of Gossip #93D780

Tints of Gossip #93D780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.12%

R = 30%
G = 43.88%
B = 26.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#93D780 (or 0x93D780) is known color: Gossip. HEX triplet: 93, D7 and 80. RGB value is (147,215,128). Sum of RGB (Red+Green+Blue) = 147+215+128=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #93D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D780 is #6C287F. Grayscale: #B9B9B9. Windows color (decimal): -7088256 or 8443795. OLE color: 8443795.

HSL color Cylindrical-coordinate representation of color #93D780: hue angle of 106.9º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93D780 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 215 128 -
CMYK 0.32 0 0.40 0.16
HSL 106.9º 0.52% 0.67% -
HSV(B) 106.9º 0.4% 0.84% -
XYZ 40.23 56.36 29.18 -
YUV 184.75 95.97 101.07 -
System Red Green Blue C M Y K H S L
Decimal 147 215 128 0.32 0 0.40 0.16 106.9 0.52 0.67
Hex 93 D7 80 20 0 28 10 6B 34 43
Octal 223 327 200 40 0 50 20 153 64 103
Binary 10010011 11010111 10000000 100000 0 101000 10000 1101011 110100 1000011

Color Harmonies of #93D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D780

Black with #93D780

Text Example


Text Example

White with #93D780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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