Html Css Color HEX #8ED770 Gossip

📋 copy color: '#8ED770'

red 142 ◦ green 215 ◦ blue 112

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

Shades of Gossip #8ED770

Tints of Gossip #8ED770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.84%

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 30.28%
G = 45.84%
B = 23.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#8ED770 (or 0x8ED770) is known color: Gossip. HEX triplet: 8E, D7 and 70. RGB value is (142,215,112). Sum of RGB (Red+Green+Blue) = 142+215+112=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED770 is #71288F. Grayscale: #B5B5B5. Windows color (decimal): -7415952 or 7395214. OLE color: 7395214.

HSL color Cylindrical-coordinate representation of color #8ED770: hue angle of 102.52º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ED770 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 215 112 -
CMYK 0.34 0 0.48 0.16
HSL 102.52º 0.56% 0.64% -
HSV(B) 102.52º 0.48% 0.84% -
XYZ 38.38 55.52 24.02 -
YUV 181.43 88.82 99.88 -
System Red Green Blue C M Y K H S L
Decimal 142 215 112 0.34 0 0.48 0.16 102.52 0.56 0.64
Hex 8E D7 70 22 0 30 10 67 38 40
Octal 216 327 160 42 0 60 20 147 70 100
Binary 10001110 11010111 1110000 100010 0 110000 10000 1100111 111000 1000000

Color Harmonies of #8ED770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED770

Black with #8ED770

Text Example


Text Example

White with #8ED770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,215,112); }

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

background-color css

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

 a { background-color: rgb(142,215,112); }

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

border-color css

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

 span { border-color: rgb(142,215,112); }

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