Html Css Color HEX #93D77D Gossip

📋 copy color: '#93D77D'

red 147 ◦ green 215 ◦ blue 125

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

Shades of Gossip #93D77D

Tints of Gossip #93D77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 30.18%
G = 44.15%
B = 25.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#93D77D (or 0x93D77D) is known color: Gossip. HEX triplet: 93, D7 and 7D. RGB value is (147,215,125). Sum of RGB (Red+Green+Blue) = 147+215+125=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #93D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D77D is #6C2882. Grayscale: #B8B8B8. Windows color (decimal): -7088259 or 8247187. OLE color: 8247187.

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

Color convert

RGB 147 215 125 -
CMYK 0.32 0 0.42 0.16
HSL 105.33º 0.53% 0.67% -
HSV(B) 105.33º 0.42% 0.84% -
XYZ 40.03 56.28 28.16 -
YUV 184.41 94.47 101.32 -
System Red Green Blue C M Y K H S L
Decimal 147 215 125 0.32 0 0.42 0.16 105.33 0.53 0.67
Hex 93 D7 7D 20 0 2A 10 69 35 43
Octal 223 327 175 40 0 52 20 151 65 103
Binary 10010011 11010111 1111101 100000 0 101010 10000 1101001 110101 1000011

Color Harmonies of #93D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D77D

Black with #93D77D

Text Example


Text Example

White with #93D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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