Html Css Color HEX #8DC97C Gossip

📋 copy color: '#8DC97C'

red 141 ◦ green 201 ◦ blue 124

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

Shades of Gossip #8DC97C

Tints of Gossip #8DC97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.13%

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 30.26%
G = 43.13%
B = 26.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#8DC97C (or 0x8DC97C) is known color: Gossip. HEX triplet: 8D, C9 and 7C. RGB value is (141,201,124). Sum of RGB (Red+Green+Blue) = 141+201+124=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC97C is #723683. Grayscale: #AEAEAE. Windows color (decimal): -7485060 or 8178061. OLE color: 8178061.

HSL color Cylindrical-coordinate representation of color #8DC97C: hue angle of 106.75º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DC97C is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 201 124 -
CMYK 0.30 0 0.38 0.21
HSL 106.75º 0.42% 0.64% -
HSV(B) 106.75º 0.38% 0.79% -
XYZ 35.51 48.89 26.63 -
YUV 174.28 99.62 104.26 -
System Red Green Blue C M Y K H S L
Decimal 141 201 124 0.30 0 0.38 0.21 106.75 0.42 0.64
Hex 8D C9 7C 1E 0 26 15 6B 2A 40
Octal 215 311 174 36 0 46 25 153 52 100
Binary 10001101 11001001 1111100 11110 0 100110 10101 1101011 101010 1000000

Color Harmonies of #8DC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC97C

Black with #8DC97C

Text Example


Text Example

White with #8DC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,201,124); }

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

background-color css

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

 a { background-color: rgb(141,201,124); }

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

border-color css

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

 span { border-color: rgb(141,201,124); }

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