Html Css Color HEX #8EDD72 Gossip

📋 copy color: '#8EDD72'

red 142 ◦ green 221 ◦ blue 114

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

Shades of Gossip #8EDD72

Tints of Gossip #8EDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

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

R = 29.77%
G = 46.33%
B = 23.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#8EDD72 (or 0x8EDD72) is known color: Gossip. HEX triplet: 8E, DD and 72. RGB value is (142,221,114). Sum of RGB (Red+Green+Blue) = 142+221+114=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD72 is #71228D. Grayscale: #B9B9B9. Windows color (decimal): -7414414 or 7527822. OLE color: 7527822.

HSL color Cylindrical-coordinate representation of color #8EDD72: hue angle of 104.3º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EDD72 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 114 -
CMYK 0.36 0 0.48 0.13
HSL 104.3º 0.61% 0.66% -
HSV(B) 104.3º 0.48% 0.87% -
XYZ 40.05 58.68 25.13 -
YUV 185.18 87.83 97.2 -
System Red Green Blue C M Y K H S L
Decimal 142 221 114 0.36 0 0.48 0.13 104.3 0.61 0.66
Hex 8E DD 72 24 0 30 D 68 3D 42
Octal 216 335 162 44 0 60 15 150 75 102
Binary 10001110 11011101 1110010 100100 0 110000 1101 1101000 111101 1000010

Color Harmonies of #8EDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD72

Black with #8EDD72

Text Example


Text Example

White with #8EDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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