Html Css Color HEX #8EDE70 Gossip

📋 copy color: '#8EDE70'

red 142 ◦ green 222 ◦ blue 112

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

Shades of Gossip #8EDE70

Tints of Gossip #8EDE70

RGB

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

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

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

R = 29.83%
G = 46.64%
B = 23.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#8EDE70 (or 0x8EDE70) is known color: Gossip. HEX triplet: 8E, DE and 70. RGB value is (142,222,112). Sum of RGB (Red+Green+Blue) = 142+222+112=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDE70 is #71218F. Grayscale: #B9B9B9. Windows color (decimal): -7414160 or 7397006. OLE color: 7397006.

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

Color convert

RGB 142 222 112 -
CMYK 0.36 0 0.50 0.13
HSL 103.64º 0.63% 0.65% -
HSV(B) 103.64º 0.5% 0.87% -
XYZ 40.2 59.16 24.63 -
YUV 185.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 142 222 112 0.36 0 0.50 0.13 103.64 0.63 0.65
Hex 8E DE 70 24 0 32 D 68 3E 41
Octal 216 336 160 44 0 62 15 150 76 101
Binary 10001110 11011110 1110000 100100 0 110010 1101 1101000 111110 1000001

Color Harmonies of #8EDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE70

Black with #8EDE70

Text Example


Text Example

White with #8EDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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