Html Css Color HEX #8EDF7D Gossip

📋 copy color: '#8EDF7D'

red 142 ◦ green 223 ◦ blue 125

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

Shades of Gossip #8EDF7D

Tints of Gossip #8EDF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

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

R = 28.98%
G = 45.51%
B = 25.51%

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

#8EDF7D (or 0x8EDF7D) is known color: Gossip. HEX triplet: 8E, DF and 7D. RGB value is (142,223,125). Sum of RGB (Red+Green+Blue) = 142+223+125=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF7D is #712082. Grayscale: #BBBBBB. Windows color (decimal): -7413891 or 8249230. OLE color: 8249230.

HSL color Cylindrical-coordinate representation of color #8EDF7D: hue angle of 109.59º degrees, saturation: 0.6, 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 #8EDF7D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 125 -
CMYK 0.36 0 0.44 0.13
HSL 109.59º 0.6% 0.68% -
HSV(B) 109.59º 0.44% 0.87% -
XYZ 41.24 60.01 28.81 -
YUV 187.61 92.66 95.47 -
System Red Green Blue C M Y K H S L
Decimal 142 223 125 0.36 0 0.44 0.13 109.59 0.6 0.68
Hex 8E DF 7D 24 0 2C D 6E 3C 44
Octal 216 337 175 44 0 54 15 156 74 104
Binary 10001110 11011111 1111101 100100 0 101100 1101 1101110 111100 1000100

Color Harmonies of #8EDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF7D

Black with #8EDF7D

Text Example


Text Example

White with #8EDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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