Html Css Color HEX #8ED37D Gossip

📋 copy color: '#8ED37D'

red 142 ◦ green 211 ◦ blue 125

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

Shades of Gossip #8ED37D

Tints of Gossip #8ED37D

RGB

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

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

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

R = 29.71%
G = 44.14%
B = 26.15%

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

#8ED37D (or 0x8ED37D) is known color: Gossip. HEX triplet: 8E, D3 and 7D. RGB value is (142,211,125). Sum of RGB (Red+Green+Blue) = 142+211+125=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED37D is #712C82. Grayscale: #B4B4B4. Windows color (decimal): -7416963 or 8246158. OLE color: 8246158.

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

Color convert

RGB 142 211 125 -
CMYK 0.33 0 0.41 0.17
HSL 108.14º 0.49% 0.66% -
HSV(B) 108.14º 0.41% 0.83% -
XYZ 38.15 53.82 27.78 -
YUV 180.57 96.64 100.49 -
System Red Green Blue C M Y K H S L
Decimal 142 211 125 0.33 0 0.41 0.17 108.14 0.49 0.66
Hex 8E D3 7D 21 0 29 11 6C 31 42
Octal 216 323 175 41 0 51 21 154 61 102
Binary 10001110 11010011 1111101 100001 0 101001 10001 1101100 110001 1000010

Color Harmonies of #8ED37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED37D

Black with #8ED37D

Text Example


Text Example

White with #8ED37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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