Html Css Color HEX #8ED575 Gossip

📋 copy color: '#8ED575'

red 142 ◦ green 213 ◦ blue 117

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

Shades of Gossip #8ED575

Tints of Gossip #8ED575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 30.08%
G = 45.13%
B = 24.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#8ED575 (or 0x8ED575) is known color: Gossip. HEX triplet: 8E, D5 and 75. RGB value is (142,213,117). Sum of RGB (Red+Green+Blue) = 142+213+117=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED575 is #712A8A. Grayscale: #B5B5B5. Windows color (decimal): -7416459 or 7722382. OLE color: 7722382.

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

Color convert

RGB 142 213 117 -
CMYK 0.33 0 0.45 0.16
HSL 104.38º 0.53% 0.65% -
HSV(B) 104.38º 0.45% 0.84% -
XYZ 38.16 54.62 25.36 -
YUV 180.83 91.98 100.31 -
System Red Green Blue C M Y K H S L
Decimal 142 213 117 0.33 0 0.45 0.16 104.38 0.53 0.65
Hex 8E D5 75 21 0 2D 10 68 35 41
Octal 216 325 165 41 0 55 20 150 65 101
Binary 10001110 11010101 1110101 100001 0 101101 10000 1101000 110101 1000001

Color Harmonies of #8ED575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED575

Black with #8ED575

Text Example


Text Example

White with #8ED575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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