Html Css Color HEX #8EDD71 Gossip

📋 copy color: '#8EDD71'

red 142 ◦ green 221 ◦ blue 113

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

Shades of Gossip #8EDD71

Tints of Gossip #8EDD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.43%

 BLUE value IS 113 (44.53% from 255) = 23.74%

R = 29.83%
G = 46.43%
B = 23.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#8EDD71 (or 0x8EDD71) is known color: Gossip. HEX triplet: 8E, DD and 71. RGB value is (142,221,113). Sum of RGB (Red+Green+Blue) = 142+221+113=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD71 is #71228E. Grayscale: #B9B9B9. Windows color (decimal): -7414415 or 7462286. OLE color: 7462286.

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

Color convert

RGB 142 221 113 -
CMYK 0.36 0 0.49 0.13
HSL 103.89º 0.61% 0.65% -
HSV(B) 103.89º 0.49% 0.87% -
XYZ 39.99 58.66 24.84 -
YUV 185.07 87.33 97.28 -
System Red Green Blue C M Y K H S L
Decimal 142 221 113 0.36 0 0.49 0.13 103.89 0.61 0.65
Hex 8E DD 71 24 0 31 D 68 3D 41
Octal 216 335 161 44 0 61 15 150 75 101
Binary 10001110 11011101 1110001 100100 0 110001 1101 1101000 111101 1000001

Color Harmonies of #8EDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD71

Black with #8EDD71

Text Example


Text Example

White with #8EDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,113); }

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

background-color css

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

 a { background-color: rgb(142,221,113); }

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

border-color css

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

 span { border-color: rgb(142,221,113); }

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