Html Css Color HEX #8EC37D Gossip

📋 copy color: '#8EC37D'

red 142 ◦ green 195 ◦ blue 125

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

Shades of Gossip #8EC37D

Tints of Gossip #8EC37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.21%

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

R = 30.74%
G = 42.21%
B = 27.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#8EC37D (or 0x8EC37D) is known color: Gossip. HEX triplet: 8E, C3 and 7D. RGB value is (142,195,125). Sum of RGB (Red+Green+Blue) = 142+195+125=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC37D is #713C82. Grayscale: #ABABAB. Windows color (decimal): -7421059 or 8242062. OLE color: 8242062.

HSL color Cylindrical-coordinate representation of color #8EC37D: hue angle of 105.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EC37D is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 195 125 -
CMYK 0.27 0 0.36 0.24
HSL 105.43º 0.37% 0.63% -
HSV(B) 105.43º 0.36% 0.76% -
XYZ 34.37 46.26 26.52 -
YUV 171.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 142 195 125 0.27 0 0.36 0.24 105.43 0.37 0.63
Hex 8E C3 7D 1B 0 24 18 69 25 3F
Octal 216 303 175 33 0 44 30 151 45 77
Binary 10001110 11000011 1111101 11011 0 100100 11000 1101001 100101 111111

Color Harmonies of #8EC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC37D

Black with #8EC37D

Text Example


Text Example

White with #8EC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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