Html Css Color HEX #8EDE73 Gossip

📋 copy color: '#8EDE73'

red 142 ◦ green 222 ◦ blue 115

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

Shades of Gossip #8EDE73

Tints of Gossip #8EDE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

 BLUE value IS 115 (45.31% from 255) = 24.01%

R = 29.65%
G = 46.35%
B = 24.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#8EDE73 (or 0x8EDE73) is known color: Gossip. HEX triplet: 8E, DE and 73. RGB value is (142,222,115). Sum of RGB (Red+Green+Blue) = 142+222+115=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDE73 is #71218C. Grayscale: #BABABA. Windows color (decimal): -7414157 or 7593614. OLE color: 7593614.

HSL color Cylindrical-coordinate representation of color #8EDE73: hue angle of 104.86º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EDE73 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 222 115 -
CMYK 0.36 0 0.48 0.13
HSL 104.86º 0.62% 0.66% -
HSV(B) 104.86º 0.48% 0.87% -
XYZ 40.37 59.23 25.52 -
YUV 185.88 88 96.7 -
System Red Green Blue C M Y K H S L
Decimal 142 222 115 0.36 0 0.48 0.13 104.86 0.62 0.66
Hex 8E DE 73 24 0 30 D 69 3E 42
Octal 216 336 163 44 0 60 15 151 76 102
Binary 10001110 11011110 1110011 100100 0 110000 1101 1101001 111110 1000010

Color Harmonies of #8EDE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE73

Black with #8EDE73

Text Example


Text Example

White with #8EDE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,115); }

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

background-color css

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

 a { background-color: rgb(142,222,115); }

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

border-color css

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

 span { border-color: rgb(142,222,115); }

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