Html Css Color HEX #8ED372 Gossip

📋 copy color: '#8ED372'

red 142 ◦ green 211 ◦ blue 114

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

Shades of Gossip #8ED372

Tints of Gossip #8ED372

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 30.41%
G = 45.18%
B = 24.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#8ED372 (or 0x8ED372) is known color: Gossip. HEX triplet: 8E, D3 and 72. RGB value is (142,211,114). Sum of RGB (Red+Green+Blue) = 142+211+114=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED372 is #712C8D. Grayscale: #B3B3B3. Windows color (decimal): -7416974 or 7525262. OLE color: 7525262.

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

Color convert

RGB 142 211 114 -
CMYK 0.33 0 0.46 0.17
HSL 102.68º 0.52% 0.64% -
HSV(B) 102.68º 0.46% 0.83% -
XYZ 37.49 53.55 24.28 -
YUV 179.31 91.14 101.39 -
System Red Green Blue C M Y K H S L
Decimal 142 211 114 0.33 0 0.46 0.17 102.68 0.52 0.64
Hex 8E D3 72 21 0 2E 11 67 34 40
Octal 216 323 162 41 0 56 21 147 64 100
Binary 10001110 11010011 1110010 100001 0 101110 10001 1100111 110100 1000000

Color Harmonies of #8ED372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED372

Black with #8ED372

Text Example


Text Example

White with #8ED372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,114); }

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

background-color css

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

 a { background-color: rgb(142,211,114); }

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

border-color css

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

 span { border-color: rgb(142,211,114); }

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