Html Css Color HEX #8EDA70 Gossip

📋 copy color: '#8EDA70'

red 142 ◦ green 218 ◦ blue 112

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

Shades of Gossip #8EDA70

Tints of Gossip #8EDA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

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

R = 30.08%
G = 46.19%
B = 23.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#8EDA70 (or 0x8EDA70) is known color: Gossip. HEX triplet: 8E, DA and 70. RGB value is (142,218,112). Sum of RGB (Red+Green+Blue) = 142+218+112=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA70 is #71258F. Grayscale: #B7B7B7. Windows color (decimal): -7415184 or 7395982. OLE color: 7395982.

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

Color convert

RGB 142 218 112 -
CMYK 0.35 0 0.49 0.15
HSL 103.02º 0.59% 0.65% -
HSV(B) 103.02º 0.49% 0.85% -
XYZ 39.15 57.06 24.28 -
YUV 183.19 87.82 98.62 -
System Red Green Blue C M Y K H S L
Decimal 142 218 112 0.35 0 0.49 0.15 103.02 0.59 0.65
Hex 8E DA 70 23 0 31 F 67 3B 41
Octal 216 332 160 43 0 61 17 147 73 101
Binary 10001110 11011010 1110000 100011 0 110001 1111 1100111 111011 1000001

Color Harmonies of #8EDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA70

Black with #8EDA70

Text Example


Text Example

White with #8EDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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