Html Css Color HEX #8ED571 Gossip

📋 copy color: '#8ED571'

red 142 ◦ green 213 ◦ blue 113

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

Shades of Gossip #8ED571

Tints of Gossip #8ED571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.15%

R = 30.34%
G = 45.51%
B = 24.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#8ED571 (or 0x8ED571) is known color: Gossip. HEX triplet: 8E, D5 and 71. RGB value is (142,213,113). Sum of RGB (Red+Green+Blue) = 142+213+113=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED571 is #712A8E. Grayscale: #B4B4B4. Windows color (decimal): -7416463 or 7460238. OLE color: 7460238.

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

Color convert

RGB 142 213 113 -
CMYK 0.33 0 0.47 0.16
HSL 102.6º 0.54% 0.64% -
HSV(B) 102.6º 0.47% 0.84% -
XYZ 37.93 54.53 24.15 -
YUV 180.37 89.98 100.63 -
System Red Green Blue C M Y K H S L
Decimal 142 213 113 0.33 0 0.47 0.16 102.6 0.54 0.64
Hex 8E D5 71 21 0 2F 10 67 36 40
Octal 216 325 161 41 0 57 20 147 66 100
Binary 10001110 11010101 1110001 100001 0 101111 10000 1100111 110110 1000000

Color Harmonies of #8ED571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED571

Black with #8ED571

Text Example


Text Example

White with #8ED571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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