Html Css Color HEX #8EDB73 Gossip

📋 copy color: '#8EDB73'

red 142 ◦ green 219 ◦ blue 115

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

Shades of Gossip #8EDB73

Tints of Gossip #8EDB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

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

R = 29.83%
G = 46.01%
B = 24.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#8EDB73 (or 0x8EDB73) is known color: Gossip. HEX triplet: 8E, DB and 73. RGB value is (142,219,115). Sum of RGB (Red+Green+Blue) = 142+219+115=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB73 is #71248C. Grayscale: #B8B8B8. Windows color (decimal): -7414925 or 7592846. OLE color: 7592846.

HSL color Cylindrical-coordinate representation of color #8EDB73: hue angle of 104.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EDB73 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 115 -
CMYK 0.35 0 0.47 0.14
HSL 104.42º 0.59% 0.65% -
HSV(B) 104.42º 0.47% 0.86% -
XYZ 39.58 57.65 25.26 -
YUV 184.12 88.99 97.96 -
System Red Green Blue C M Y K H S L
Decimal 142 219 115 0.35 0 0.47 0.14 104.42 0.59 0.65
Hex 8E DB 73 23 0 2F E 68 3B 41
Octal 216 333 163 43 0 57 16 150 73 101
Binary 10001110 11011011 1110011 100011 0 101111 1110 1101000 111011 1000001

Color Harmonies of #8EDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDB73

Black with #8EDB73

Text Example


Text Example

White with #8EDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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