Html Css Color HEX #8EDD7D Gossip

📋 copy color: '#8EDD7D'

red 142 ◦ green 221 ◦ blue 125

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

Shades of Gossip #8EDD7D

Tints of Gossip #8EDD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 29.1%
G = 45.29%
B = 25.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#8EDD7D (or 0x8EDD7D) is known color: Gossip. HEX triplet: 8E, DD and 7D. RGB value is (142,221,125). Sum of RGB (Red+Green+Blue) = 142+221+125=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD7D is #712282. Grayscale: #BABABA. Windows color (decimal): -7414403 or 8248718. OLE color: 8248718.

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

Color convert

RGB 142 221 125 -
CMYK 0.36 0 0.43 0.13
HSL 109.38º 0.59% 0.68% -
HSV(B) 109.38º 0.43% 0.87% -
XYZ 40.71 58.94 28.63 -
YUV 186.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 142 221 125 0.36 0 0.43 0.13 109.38 0.59 0.68
Hex 8E DD 7D 24 0 2B D 6D 3B 44
Octal 216 335 175 44 0 53 15 155 73 104
Binary 10001110 11011101 1111101 100100 0 101011 1101 1101101 111011 1000100

Color Harmonies of #8EDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD7D

Black with #8EDD7D

Text Example


Text Example

White with #8EDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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