Html Css Color HEX #8EDF76 Gossip

📋 copy color: '#8EDF76'

red 142 ◦ green 223 ◦ blue 118

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

Shades of Gossip #8EDF76

Tints of Gossip #8EDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 29.4%
G = 46.17%
B = 24.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#8EDF76 (or 0x8EDF76) is known color: Gossip. HEX triplet: 8E, DF and 76. RGB value is (142,223,118). Sum of RGB (Red+Green+Blue) = 142+223+118=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF76 is #712089. Grayscale: #BBBBBB. Windows color (decimal): -7413898 or 7790478. OLE color: 7790478.

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

Color convert

RGB 142 223 118 -
CMYK 0.36 0 0.47 0.13
HSL 106.29º 0.62% 0.67% -
HSV(B) 106.29º 0.47% 0.87% -
XYZ 40.81 59.83 26.54 -
YUV 186.81 89.16 96.04 -
System Red Green Blue C M Y K H S L
Decimal 142 223 118 0.36 0 0.47 0.13 106.29 0.62 0.67
Hex 8E DF 76 24 0 2F D 6A 3E 43
Octal 216 337 166 44 0 57 15 152 76 103
Binary 10001110 11011111 1110110 100100 0 101111 1101 1101010 111110 1000011

Color Harmonies of #8EDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF76

Black with #8EDF76

Text Example


Text Example

White with #8EDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,118); }

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

background-color css

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

 a { background-color: rgb(142,223,118); }

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

border-color css

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

 span { border-color: rgb(142,223,118); }

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