Html Css Color HEX #8ED66C Gossip

📋 copy color: '#8ED66C'

red 142 ◦ green 214 ◦ blue 108

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

Shades of Gossip #8ED66C

Tints of Gossip #8ED66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 30.6%
G = 46.12%
B = 23.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#8ED66C (or 0x8ED66C) is known color: Gossip. HEX triplet: 8E, D6 and 6C. RGB value is (142,214,108). Sum of RGB (Red+Green+Blue) = 142+214+108=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED66C is #712993. Grayscale: #B4B4B4. Windows color (decimal): -7416212 or 7132814. OLE color: 7132814.

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

Color convert

RGB 142 214 108 -
CMYK 0.34 0 0.50 0.16
HSL 100.75º 0.56% 0.63% -
HSV(B) 100.75º 0.5% 0.84% -
XYZ 37.91 54.93 22.79 -
YUV 180.39 87.15 100.62 -
System Red Green Blue C M Y K H S L
Decimal 142 214 108 0.34 0 0.50 0.16 100.75 0.56 0.63
Hex 8E D6 6C 22 0 32 10 65 38 3F
Octal 216 326 154 42 0 62 20 145 70 77
Binary 10001110 11010110 1101100 100010 0 110010 10000 1100101 111000 111111

Color Harmonies of #8ED66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED66C

Black with #8ED66C

Text Example


Text Example

White with #8ED66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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