Html Css Color HEX #8ED47D Gossip

📋 copy color: '#8ED47D'

red 142 ◦ green 212 ◦ blue 125

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

Shades of Gossip #8ED47D

Tints of Gossip #8ED47D

RGB

 RED value IS 142 (55.86% from 255) = 29.65%

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 29.65%
G = 44.26%
B = 26.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#8ED47D (or 0x8ED47D) is known color: Gossip. HEX triplet: 8E, D4 and 7D. RGB value is (142,212,125). Sum of RGB (Red+Green+Blue) = 142+212+125=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED47D is #712B82. Grayscale: #B5B5B5. Windows color (decimal): -7416707 or 8246414. OLE color: 8246414.

HSL color Cylindrical-coordinate representation of color #8ED47D: hue angle of 108.28º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED47D is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 125 -
CMYK 0.33 0 0.41 0.17
HSL 108.28º 0.5% 0.66% -
HSV(B) 108.28º 0.41% 0.83% -
XYZ 38.4 54.32 27.86 -
YUV 181.15 96.31 100.07 -
System Red Green Blue C M Y K H S L
Decimal 142 212 125 0.33 0 0.41 0.17 108.28 0.5 0.66
Hex 8E D4 7D 21 0 29 11 6C 32 42
Octal 216 324 175 41 0 51 21 154 62 102
Binary 10001110 11010100 1111101 100001 0 101001 10001 1101100 110010 1000010

Color Harmonies of #8ED47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED47D

Black with #8ED47D

Text Example


Text Example

White with #8ED47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,125); }

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

background-color css

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

 a { background-color: rgb(142,212,125); }

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

border-color css

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

 span { border-color: rgb(142,212,125); }

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