Html Css Color HEX #8DD77D Gossip

📋 copy color: '#8DD77D'

red 141 ◦ green 215 ◦ blue 125

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

Shades of Gossip #8DD77D

Tints of Gossip #8DD77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 29.31%
G = 44.7%
B = 25.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#8DD77D (or 0x8DD77D) is known color: Gossip. HEX triplet: 8D, D7 and 7D. RGB value is (141,215,125). Sum of RGB (Red+Green+Blue) = 141+215+125=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD77D is #722882. Grayscale: #B6B6B6. Windows color (decimal): -7481475 or 8247181. OLE color: 8247181.

HSL color Cylindrical-coordinate representation of color #8DD77D: hue angle of 109.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DD77D is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 215 125 -
CMYK 0.34 0 0.42 0.16
HSL 109.33º 0.53% 0.67% -
HSV(B) 109.33º 0.42% 0.84% -
XYZ 38.99 55.74 28.11 -
YUV 182.61 95.48 98.32 -
System Red Green Blue C M Y K H S L
Decimal 141 215 125 0.34 0 0.42 0.16 109.33 0.53 0.67
Hex 8D D7 7D 22 0 2A 10 6D 35 43
Octal 215 327 175 42 0 52 20 155 65 103
Binary 10001101 11010111 1111101 100010 0 101010 10000 1101101 110101 1000011

Color Harmonies of #8DD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD77D

Black with #8DD77D

Text Example


Text Example

White with #8DD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,215,125); }

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

background-color css

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

 a { background-color: rgb(141,215,125); }

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

border-color css

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

 span { border-color: rgb(141,215,125); }

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