Html Css Color HEX #8DD079 Gossip

📋 copy color: '#8DD079'

red 141 ◦ green 208 ◦ blue 121

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

Shades of Gossip #8DD079

Tints of Gossip #8DD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

 BLUE value IS 121 (47.66% from 255) = 25.74%

R = 30%
G = 44.26%
B = 25.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#8DD079 (or 0x8DD079) is known color: Gossip. HEX triplet: 8D, D0 and 79. RGB value is (141,208,121). Sum of RGB (Red+Green+Blue) = 141+208+121=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD079 is #722F86. Grayscale: #B2B2B2. Windows color (decimal): -7483271 or 7983245. OLE color: 7983245.

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

Color convert

RGB 141 208 121 -
CMYK 0.32 0 0.42 0.18
HSL 106.21º 0.48% 0.65% -
HSV(B) 106.21º 0.42% 0.82% -
XYZ 36.99 52.15 26.21 -
YUV 178.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 141 208 121 0.32 0 0.42 0.18 106.21 0.48 0.65
Hex 8D D0 79 20 0 2A 12 6A 30 41
Octal 215 320 171 40 0 52 22 152 60 101
Binary 10001101 11010000 1111001 100000 0 101010 10010 1101010 110000 1000001

Color Harmonies of #8DD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD079

Black with #8DD079

Text Example


Text Example

White with #8DD079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,208,121); }

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

background-color css

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

 a { background-color: rgb(141,208,121); }

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

border-color css

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

 span { border-color: rgb(141,208,121); }

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