Html Css Color HEX #8EDE6B Gossip

📋 copy color: '#8EDE6B'

red 142 ◦ green 222 ◦ blue 107

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

Shades of Gossip #8EDE6B

Tints of Gossip #8EDE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.13%

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 30.15%
G = 47.13%
B = 22.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#8EDE6B (or 0x8EDE6B) is known color: Gossip. HEX triplet: 8E, DE and 6B. RGB value is (142,222,107). Sum of RGB (Red+Green+Blue) = 142+222+107=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDE6B is #712194. Grayscale: #B9B9B9. Windows color (decimal): -7414165 or 7069326. OLE color: 7069326.

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

Color convert

RGB 142 222 107 -
CMYK 0.36 0 0.52 0.13
HSL 101.74º 0.64% 0.65% -
HSV(B) 101.74º 0.52% 0.87% -
XYZ 39.93 59.05 23.2 -
YUV 184.97 84 97.35 -
System Red Green Blue C M Y K H S L
Decimal 142 222 107 0.36 0 0.52 0.13 101.74 0.64 0.65
Hex 8E DE 6B 24 0 34 D 66 40 41
Octal 216 336 153 44 0 64 15 146 100 101
Binary 10001110 11011110 1101011 100100 0 110100 1101 1100110 1000000 1000001

Color Harmonies of #8EDE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE6B

Black with #8EDE6B

Text Example


Text Example

White with #8EDE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,107); }

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

background-color css

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

 a { background-color: rgb(142,222,107); }

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

border-color css

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

 span { border-color: rgb(142,222,107); }

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