Html Css Color HEX #93D880 Gossip

📋 copy color: '#93D880'

red 147 ◦ green 216 ◦ blue 128

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

Shades of Gossip #93D880

Tints of Gossip #93D880

RGB

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

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

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

R = 29.94%
G = 43.99%
B = 26.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#93D880 (or 0x93D880) is known color: Gossip. HEX triplet: 93, D8 and 80. RGB value is (147,216,128). Sum of RGB (Red+Green+Blue) = 147+216+128=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #93D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D880 is #6C277F. Grayscale: #B9B9B9. Windows color (decimal): -7088000 or 8444051. OLE color: 8444051.

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

Color convert

RGB 147 216 128 -
CMYK 0.32 0 0.41 0.15
HSL 107.05º 0.53% 0.67% -
HSV(B) 107.05º 0.41% 0.85% -
XYZ 40.48 56.87 29.27 -
YUV 185.34 95.64 100.66 -
System Red Green Blue C M Y K H S L
Decimal 147 216 128 0.32 0 0.41 0.15 107.05 0.53 0.67
Hex 93 D8 80 20 0 29 F 6B 35 43
Octal 223 330 200 40 0 51 17 153 65 103
Binary 10010011 11011000 10000000 100000 0 101001 1111 1101011 110101 1000011

Color Harmonies of #93D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D880

Black with #93D880

Text Example


Text Example

White with #93D880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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