Html Css Color HEX #8ED66D Gossip

📋 copy color: '#8ED66D'

red 142 ◦ green 214 ◦ blue 109

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

Shades of Gossip #8ED66D

Tints of Gossip #8ED66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

 BLUE value IS 109 (42.97% from 255) = 23.44%

R = 30.54%
G = 46.02%
B = 23.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#8ED66D (or 0x8ED66D) is known color: Gossip. HEX triplet: 8E, D6 and 6D. RGB value is (142,214,109). Sum of RGB (Red+Green+Blue) = 142+214+109=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED66D is #712992. Grayscale: #B4B4B4. Windows color (decimal): -7416211 or 7198350. OLE color: 7198350.

HSL color Cylindrical-coordinate representation of color #8ED66D: hue angle of 101.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8ED66D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 214 109 -
CMYK 0.34 0 0.49 0.16
HSL 101.14º 0.56% 0.63% -
HSV(B) 101.14º 0.49% 0.84% -
XYZ 37.96 54.95 23.07 -
YUV 180.5 87.65 100.54 -
System Red Green Blue C M Y K H S L
Decimal 142 214 109 0.34 0 0.49 0.16 101.14 0.56 0.63
Hex 8E D6 6D 22 0 31 10 65 38 3F
Octal 216 326 155 42 0 61 20 145 70 77
Binary 10001110 11010110 1101101 100010 0 110001 10000 1100101 111000 111111

Color Harmonies of #8ED66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED66D

Black with #8ED66D

Text Example


Text Example

White with #8ED66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,214,109); }

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

background-color css

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

 a { background-color: rgb(142,214,109); }

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

border-color css

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

 span { border-color: rgb(142,214,109); }

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