Html Css Color HEX #8EDD70 Gossip

📋 copy color: '#8EDD70'

red 142 ◦ green 221 ◦ blue 112

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

Shades of Gossip #8EDD70

Tints of Gossip #8EDD70

RGB

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

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

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

R = 29.89%
G = 46.53%
B = 23.58%

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

#8EDD70 (or 0x8EDD70) is known color: Gossip. HEX triplet: 8E, DD and 70. RGB value is (142,221,112). Sum of RGB (Red+Green+Blue) = 142+221+112=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD70 is #71228F. Grayscale: #B9B9B9. Windows color (decimal): -7414416 or 7396750. OLE color: 7396750.

HSL color Cylindrical-coordinate representation of color #8EDD70: hue angle of 103.49º degrees, saturation: 0.62, 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 #8EDD70 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 112 -
CMYK 0.36 0 0.49 0.13
HSL 103.49º 0.62% 0.65% -
HSV(B) 103.49º 0.49% 0.87% -
XYZ 39.94 58.63 24.54 -
YUV 184.95 86.83 97.36 -
System Red Green Blue C M Y K H S L
Decimal 142 221 112 0.36 0 0.49 0.13 103.49 0.62 0.65
Hex 8E DD 70 24 0 31 D 67 3E 41
Octal 216 335 160 44 0 61 15 147 76 101
Binary 10001110 11011101 1110000 100100 0 110001 1101 1100111 111110 1000001

Color Harmonies of #8EDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD70

Black with #8EDD70

Text Example


Text Example

White with #8EDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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