Html Css Color HEX #8ED271 Gossip

📋 copy color: '#8ED271'

red 142 ◦ green 210 ◦ blue 113

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

Shades of Gossip #8ED271

Tints of Gossip #8ED271

RGB

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

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

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

R = 30.54%
G = 45.16%
B = 24.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#8ED271 (or 0x8ED271) is known color: Gossip. HEX triplet: 8E, D2 and 71. RGB value is (142,210,113). Sum of RGB (Red+Green+Blue) = 142+210+113=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED271 is #712D8E. Grayscale: #B2B2B2. Windows color (decimal): -7417231 or 7459470. OLE color: 7459470.

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

Color convert

RGB 142 210 113 -
CMYK 0.32 0 0.46 0.18
HSL 102.06º 0.52% 0.63% -
HSV(B) 102.06º 0.46% 0.82% -
XYZ 37.18 53.04 23.9 -
YUV 178.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 142 210 113 0.32 0 0.46 0.18 102.06 0.52 0.63
Hex 8E D2 71 20 0 2E 12 66 34 3F
Octal 216 322 161 40 0 56 22 146 64 77
Binary 10001110 11010010 1110001 100000 0 101110 10010 1100110 110100 111111

Color Harmonies of #8ED271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED271

Black with #8ED271

Text Example


Text Example

White with #8ED271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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