Html Css Color HEX #8ED574 Gossip

📋 copy color: '#8ED574'

red 142 ◦ green 213 ◦ blue 116

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

Shades of Gossip #8ED574

Tints of Gossip #8ED574

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 30.15%
G = 45.22%
B = 24.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#8ED574 (or 0x8ED574) is known color: Gossip. HEX triplet: 8E, D5 and 74. RGB value is (142,213,116). Sum of RGB (Red+Green+Blue) = 142+213+116=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED574 is #712A8B. Grayscale: #B5B5B5. Windows color (decimal): -7416460 or 7656846. OLE color: 7656846.

HSL color Cylindrical-coordinate representation of color #8ED574: hue angle of 103.92º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ED574 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 116 -
CMYK 0.33 0 0.46 0.16
HSL 103.92º 0.54% 0.65% -
HSV(B) 103.92º 0.46% 0.84% -
XYZ 38.1 54.6 25.05 -
YUV 180.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 142 213 116 0.33 0 0.46 0.16 103.92 0.54 0.65
Hex 8E D5 74 21 0 2E 10 68 36 41
Octal 216 325 164 41 0 56 20 150 66 101
Binary 10001110 11010101 1110100 100001 0 101110 10000 1101000 110110 1000001

Color Harmonies of #8ED574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED574

Black with #8ED574

Text Example


Text Example

White with #8ED574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,213,116); }

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

background-color css

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

 a { background-color: rgb(142,213,116); }

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

border-color css

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

 span { border-color: rgb(142,213,116); }

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