Html Css Color HEX #8ED478 Gossip

📋 copy color: '#8ED478'

red 142 ◦ green 212 ◦ blue 120

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

Shades of Gossip #8ED478

Tints of Gossip #8ED478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 29.96%
G = 44.73%
B = 25.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#8ED478 (or 0x8ED478) is known color: Gossip. HEX triplet: 8E, D4 and 78. RGB value is (142,212,120). Sum of RGB (Red+Green+Blue) = 142+212+120=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED478 is #712B87. Grayscale: #B4B4B4. Windows color (decimal): -7416712 or 7918734. OLE color: 7918734.

HSL color Cylindrical-coordinate representation of color #8ED478: hue angle of 105.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED478 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 120 -
CMYK 0.33 0 0.43 0.17
HSL 105.65º 0.52% 0.65% -
HSV(B) 105.65º 0.43% 0.83% -
XYZ 38.09 54.19 26.22 -
YUV 180.58 93.81 100.48 -
System Red Green Blue C M Y K H S L
Decimal 142 212 120 0.33 0 0.43 0.17 105.65 0.52 0.65
Hex 8E D4 78 21 0 2B 11 6A 34 41
Octal 216 324 170 41 0 53 21 152 64 101
Binary 10001110 11010100 1111000 100001 0 101011 10001 1101010 110100 1000001

Color Harmonies of #8ED478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED478

Black with #8ED478

Text Example


Text Example

White with #8ED478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,120); }

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

background-color css

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

 a { background-color: rgb(142,212,120); }

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

border-color css

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

 span { border-color: rgb(142,212,120); }

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