Html Css Color HEX #8ED275 Gossip

📋 copy color: '#8ED275'

red 142 ◦ green 210 ◦ blue 117

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

Shades of Gossip #8ED275

Tints of Gossip #8ED275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.78%

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

R = 30.28%
G = 44.78%
B = 24.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#8ED275 (or 0x8ED275) is known color: Gossip. HEX triplet: 8E, D2 and 75. RGB value is (142,210,117). Sum of RGB (Red+Green+Blue) = 142+210+117=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED275 is #712D8A. Grayscale: #B3B3B3. Windows color (decimal): -7417227 or 7721614. OLE color: 7721614.

HSL color Cylindrical-coordinate representation of color #8ED275: hue angle of 103.87º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED275 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 117 -
CMYK 0.32 0 0.44 0.18
HSL 103.87º 0.51% 0.64% -
HSV(B) 103.87º 0.44% 0.82% -
XYZ 37.41 53.13 25.11 -
YUV 179.07 92.97 101.56 -
System Red Green Blue C M Y K H S L
Decimal 142 210 117 0.32 0 0.44 0.18 103.87 0.51 0.64
Hex 8E D2 75 20 0 2C 12 68 33 40
Octal 216 322 165 40 0 54 22 150 63 100
Binary 10001110 11010010 1110101 100000 0 101100 10010 1101000 110011 1000000

Color Harmonies of #8ED275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED275

Black with #8ED275

Text Example


Text Example

White with #8ED275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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