Html Css Color HEX #8EDD7C Gossip

📋 copy color: '#8EDD7C'

red 142 ◦ green 221 ◦ blue 124

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

Shades of Gossip #8EDD7C

Tints of Gossip #8EDD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 29.16%
G = 45.38%
B = 25.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#8EDD7C (or 0x8EDD7C) is known color: Gossip. HEX triplet: 8E, DD and 7C. RGB value is (142,221,124). Sum of RGB (Red+Green+Blue) = 142+221+124=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD7C is #712283. Grayscale: #BABABA. Windows color (decimal): -7414404 or 8183182. OLE color: 8183182.

HSL color Cylindrical-coordinate representation of color #8EDD7C: hue angle of 108.87º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EDD7C is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 124 -
CMYK 0.36 0 0.44 0.13
HSL 108.87º 0.59% 0.68% -
HSV(B) 108.87º 0.44% 0.87% -
XYZ 40.65 58.92 28.3 -
YUV 186.32 92.83 96.39 -
System Red Green Blue C M Y K H S L
Decimal 142 221 124 0.36 0 0.44 0.13 108.87 0.59 0.68
Hex 8E DD 7C 24 0 2C D 6D 3B 44
Octal 216 335 174 44 0 54 15 155 73 104
Binary 10001110 11011101 1111100 100100 0 101100 1101 1101101 111011 1000100

Color Harmonies of #8EDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD7C

Black with #8EDD7C

Text Example


Text Example

White with #8EDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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