Html Css Color HEX #8DDD7C Gossip

📋 copy color: '#8DDD7C'

red 141 ◦ green 221 ◦ blue 124

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

Shades of Gossip #8DDD7C

Tints of Gossip #8DDD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

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

R = 29.01%
G = 45.47%
B = 25.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#8DDD7C (or 0x8DDD7C) is known color: Gossip. HEX triplet: 8D, DD and 7C. RGB value is (141,221,124). Sum of RGB (Red+Green+Blue) = 141+221+124=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD7C is #722283. Grayscale: #BABABA. Windows color (decimal): -7479940 or 8183181. OLE color: 8183181.

HSL color Cylindrical-coordinate representation of color #8DDD7C: hue angle of 109.48º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDD7C is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 221 124 -
CMYK 0.36 0 0.44 0.13
HSL 109.48º 0.59% 0.68% -
HSV(B) 109.48º 0.44% 0.87% -
XYZ 40.48 58.83 28.29 -
YUV 186.02 93 95.89 -
System Red Green Blue C M Y K H S L
Decimal 141 221 124 0.36 0 0.44 0.13 109.48 0.59 0.68
Hex 8D DD 7C 24 0 2C D 6D 3B 44
Octal 215 335 174 44 0 54 15 155 73 104
Binary 10001101 11011101 1111100 100100 0 101100 1101 1101101 111011 1000100

Color Harmonies of #8DDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDD7C

Black with #8DDD7C

Text Example


Text Example

White with #8DDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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