Html Css Color HEX #8EDC72 Gossip

📋 copy color: '#8EDC72'

red 142 ◦ green 220 ◦ blue 114

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

Shades of Gossip #8EDC72

Tints of Gossip #8EDC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.22%

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 29.83%
G = 46.22%
B = 23.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#8EDC72 (or 0x8EDC72) is known color: Gossip. HEX triplet: 8E, DC and 72. RGB value is (142,220,114). Sum of RGB (Red+Green+Blue) = 142+220+114=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC72 is #71238D. Grayscale: #B8B8B8. Windows color (decimal): -7414670 or 7527566. OLE color: 7527566.

HSL color Cylindrical-coordinate representation of color #8EDC72: hue angle of 104.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EDC72 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 114 -
CMYK 0.35 0 0.48 0.14
HSL 104.15º 0.6% 0.65% -
HSV(B) 104.15º 0.48% 0.86% -
XYZ 39.79 58.15 25.05 -
YUV 184.59 88.16 97.62 -
System Red Green Blue C M Y K H S L
Decimal 142 220 114 0.35 0 0.48 0.14 104.15 0.6 0.65
Hex 8E DC 72 23 0 30 E 68 3C 41
Octal 216 334 162 43 0 60 16 150 74 101
Binary 10001110 11011100 1110010 100011 0 110000 1110 1101000 111100 1000001

Color Harmonies of #8EDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDC72

Black with #8EDC72

Text Example


Text Example

White with #8EDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,114); }

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

background-color css

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

 a { background-color: rgb(142,220,114); }

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

border-color css

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

 span { border-color: rgb(142,220,114); }

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