Html Css Color HEX #8DD178 Gossip

📋 copy color: '#8DD178'

red 141 ◦ green 209 ◦ blue 120

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

Shades of Gossip #8DD178

Tints of Gossip #8DD178

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.47%

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 30%
G = 44.47%
B = 25.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#8DD178 (or 0x8DD178) is known color: Gossip. HEX triplet: 8D, D1 and 78. RGB value is (141,209,120). Sum of RGB (Red+Green+Blue) = 141+209+120=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD178 is #722E87. Grayscale: #B2B2B2. Windows color (decimal): -7483016 or 7917965. OLE color: 7917965.

HSL color Cylindrical-coordinate representation of color #8DD178: hue angle of 105.84º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD178 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 209 120 -
CMYK 0.33 0 0.43 0.18
HSL 105.84º 0.49% 0.65% -
HSV(B) 105.84º 0.43% 0.82% -
XYZ 37.18 52.62 25.97 -
YUV 178.52 94.97 101.24 -
System Red Green Blue C M Y K H S L
Decimal 141 209 120 0.33 0 0.43 0.18 105.84 0.49 0.65
Hex 8D D1 78 21 0 2B 12 6A 31 41
Octal 215 321 170 41 0 53 22 152 61 101
Binary 10001101 11010001 1111000 100001 0 101011 10010 1101010 110001 1000001

Color Harmonies of #8DD178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD178

Black with #8DD178

Text Example


Text Example

White with #8DD178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,209,120); }

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

background-color css

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

 a { background-color: rgb(141,209,120); }

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

border-color css

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

 span { border-color: rgb(141,209,120); }

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