Html Css Color HEX #8ED37C Gossip

📋 copy color: '#8ED37C'

red 142 ◦ green 211 ◦ blue 124

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

Shades of Gossip #8ED37C

Tints of Gossip #8ED37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

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

R = 29.77%
G = 44.23%
B = 26%

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

#8ED37C (or 0x8ED37C) is known color: Gossip. HEX triplet: 8E, D3 and 7C. RGB value is (142,211,124). Sum of RGB (Red+Green+Blue) = 142+211+124=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED37C is #712C83. Grayscale: #B4B4B4. Windows color (decimal): -7416964 or 8180622. OLE color: 8180622.

HSL color Cylindrical-coordinate representation of color #8ED37C: hue angle of 107.59º 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 #8ED37C is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 211 124 -
CMYK 0.33 0 0.41 0.17
HSL 107.59º 0.5% 0.66% -
HSV(B) 107.59º 0.41% 0.83% -
XYZ 38.09 53.79 27.44 -
YUV 180.45 96.14 100.57 -
System Red Green Blue C M Y K H S L
Decimal 142 211 124 0.33 0 0.41 0.17 107.59 0.5 0.66
Hex 8E D3 7C 21 0 29 11 6C 32 42
Octal 216 323 174 41 0 51 21 154 62 102
Binary 10001110 11010011 1111100 100001 0 101001 10001 1101100 110010 1000010

Color Harmonies of #8ED37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED37C

Black with #8ED37C

Text Example


Text Example

White with #8ED37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,124); }

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

background-color css

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

 a { background-color: rgb(142,211,124); }

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

border-color css

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

 span { border-color: rgb(142,211,124); }

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