Html Css Color HEX #8ED277 Gossip

📋 copy color: '#8ED277'

red 142 ◦ green 210 ◦ blue 119

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

Shades of Gossip #8ED277

Tints of Gossip #8ED277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.59%

 BLUE value IS 119 (46.88% from 255) = 25.27%

R = 30.15%
G = 44.59%
B = 25.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#8ED277 (or 0x8ED277) is known color: Gossip. HEX triplet: 8E, D2 and 77. RGB value is (142,210,119). Sum of RGB (Red+Green+Blue) = 142+210+119=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED277 is #712D88. Grayscale: #B3B3B3. Windows color (decimal): -7417225 or 7852686. OLE color: 7852686.

HSL color Cylindrical-coordinate representation of color #8ED277: hue angle of 104.84º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED277 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 119 -
CMYK 0.32 0 0.43 0.18
HSL 104.84º 0.5% 0.65% -
HSV(B) 104.84º 0.43% 0.82% -
XYZ 37.53 53.18 25.74 -
YUV 179.29 93.97 101.4 -
System Red Green Blue C M Y K H S L
Decimal 142 210 119 0.32 0 0.43 0.18 104.84 0.5 0.65
Hex 8E D2 77 20 0 2B 12 69 32 41
Octal 216 322 167 40 0 53 22 151 62 101
Binary 10001110 11010010 1110111 100000 0 101011 10010 1101001 110010 1000001

Color Harmonies of #8ED277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED277

Black with #8ED277

Text Example


Text Example

White with #8ED277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,210,119); }

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

background-color css

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

 a { background-color: rgb(142,210,119); }

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

border-color css

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

 span { border-color: rgb(142,210,119); }

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