Html Css Color HEX #8DD97D Gossip

📋 copy color: '#8DD97D'

red 141 ◦ green 217 ◦ blue 125

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

Shades of Gossip #8DD97D

Tints of Gossip #8DD97D

RGB

 RED value IS 141 (55.47% from 255) = 29.19%

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

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

R = 29.19%
G = 44.93%
B = 25.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#8DD97D (or 0x8DD97D) is known color: Gossip. HEX triplet: 8D, D9 and 7D. RGB value is (141,217,125). Sum of RGB (Red+Green+Blue) = 141+217+125=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD97D is #722682. Grayscale: #B8B8B8. Windows color (decimal): -7480963 or 8247693. OLE color: 8247693.

HSL color Cylindrical-coordinate representation of color #8DD97D: hue angle of 109.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DD97D is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 217 125 -
CMYK 0.35 0 0.42 0.15
HSL 109.57º 0.55% 0.67% -
HSV(B) 109.57º 0.42% 0.85% -
XYZ 39.5 56.77 28.28 -
YUV 183.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 141 217 125 0.35 0 0.42 0.15 109.57 0.55 0.67
Hex 8D D9 7D 23 0 2A F 6E 37 43
Octal 215 331 175 43 0 52 17 156 67 103
Binary 10001101 11011001 1111101 100011 0 101010 1111 1101110 110111 1000011

Color Harmonies of #8DD97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD97D

Black with #8DD97D

Text Example


Text Example

White with #8DD97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DD97D; }

 p { color: rgb(141,217,125); }

 H1.HeaderClassName
 {
   color: #8DD97D;
 }
 .AnyTagClassName
 {
   color: #8DD97D;
 }
</style>

background-color css

<style>
 a { background-color: #8DD97D; }

 a { background-color: rgb(141,217,125); }

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

border-color css

<style>
 span { border-color: #8DD97D; }

 span { border-color: rgb(141,217,125); }

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