Html Css Color HEX #93D982 Gossip

📋 copy color: '#93D982'

red 147 ◦ green 217 ◦ blue 130

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

Shades of Gossip #93D982

Tints of Gossip #93D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.93%

 BLUE value IS 130 (51.17% from 255) = 26.32%

R = 29.76%
G = 43.93%
B = 26.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#93D982 (or 0x93D982) is known color: Gossip. HEX triplet: 93, D9 and 82. RGB value is (147,217,130). Sum of RGB (Red+Green+Blue) = 147+217+130=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #93D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D982 is #6C267D. Grayscale: #BABABA. Windows color (decimal): -7087742 or 8575379. OLE color: 8575379.

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

Color convert

RGB 147 217 130 -
CMYK 0.32 0 0.40 0.15
HSL 108.28º 0.53% 0.68% -
HSV(B) 108.28º 0.4% 0.85% -
XYZ 40.87 57.44 30.05 -
YUV 186.15 96.31 100.07 -
System Red Green Blue C M Y K H S L
Decimal 147 217 130 0.32 0 0.40 0.15 108.28 0.53 0.68
Hex 93 D9 82 20 0 28 F 6C 35 44
Octal 223 331 202 40 0 50 17 154 65 104
Binary 10010011 11011001 10000010 100000 0 101000 1111 1101100 110101 1000100

Color Harmonies of #93D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D982

Black with #93D982

Text Example


Text Example

White with #93D982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,217,130); }

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

background-color css

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

 a { background-color: rgb(147,217,130); }

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

border-color css

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

 span { border-color: rgb(147,217,130); }

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