Html Css Color HEX #8DD871 Gossip

📋 copy color: '#8DD871'

red 141 ◦ green 216 ◦ blue 113

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

Shades of Gossip #8DD871

Tints of Gossip #8DD871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 30%
G = 45.96%
B = 24.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#8DD871 (or 0x8DD871) is known color: Gossip. HEX triplet: 8D, D8 and 71. RGB value is (141,216,113). Sum of RGB (Red+Green+Blue) = 141+216+113=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD871 is #72278E. Grayscale: #B6B6B6. Windows color (decimal): -7481231 or 7461005. OLE color: 7461005.

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

Color convert

RGB 141 216 113 -
CMYK 0.35 0 0.48 0.15
HSL 103.69º 0.57% 0.65% -
HSV(B) 103.69º 0.48% 0.85% -
XYZ 38.52 55.97 24.4 -
YUV 181.83 89.15 98.88 -
System Red Green Blue C M Y K H S L
Decimal 141 216 113 0.35 0 0.48 0.15 103.69 0.57 0.65
Hex 8D D8 71 23 0 30 F 68 39 41
Octal 215 330 161 43 0 60 17 150 71 101
Binary 10001101 11011000 1110001 100011 0 110000 1111 1101000 111001 1000001

Color Harmonies of #8DD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD871

Black with #8DD871

Text Example


Text Example

White with #8DD871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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