Html Css Color HEX #8DD86D Gossip

📋 copy color: '#8DD86D'

red 141 ◦ green 216 ◦ blue 109

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

Shades of Gossip #8DD86D

Tints of Gossip #8DD86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 30.26%
G = 46.35%
B = 23.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#8DD86D (or 0x8DD86D) is known color: Gossip. HEX triplet: 8D, D8 and 6D. RGB value is (141,216,109). Sum of RGB (Red+Green+Blue) = 141+216+109=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD86D is #722792. Grayscale: #B5B5B5. Windows color (decimal): -7481235 or 7198861. OLE color: 7198861.

HSL color Cylindrical-coordinate representation of color #8DD86D: hue angle of 102.06º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DD86D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 216 109 -
CMYK 0.35 0 0.50 0.15
HSL 102.06º 0.58% 0.64% -
HSV(B) 102.06º 0.5% 0.85% -
XYZ 38.3 55.88 23.23 -
YUV 181.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 141 216 109 0.35 0 0.50 0.15 102.06 0.58 0.64
Hex 8D D8 6D 23 0 32 F 66 3A 40
Octal 215 330 155 43 0 62 17 146 72 100
Binary 10001101 11011000 1101101 100011 0 110010 1111 1100110 111010 1000000

Color Harmonies of #8DD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD86D

Black with #8DD86D

Text Example


Text Example

White with #8DD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,216,109); }

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

background-color css

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

 a { background-color: rgb(141,216,109); }

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

border-color css

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

 span { border-color: rgb(141,216,109); }

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