Html Css Color HEX #8EDF6D Gossip

📋 copy color: '#8EDF6D'

red 142 ◦ green 223 ◦ blue 109

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

Shades of Gossip #8EDF6D

Tints of Gossip #8EDF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 29.96%
G = 47.05%
B = 23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#8EDF6D (or 0x8EDF6D) is known color: Gossip. HEX triplet: 8E, DF and 6D. RGB value is (142,223,109). Sum of RGB (Red+Green+Blue) = 142+223+109=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF6D is #712092. Grayscale: #BABABA. Windows color (decimal): -7413907 or 7200654. OLE color: 7200654.

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

Color convert

RGB 142 223 109 -
CMYK 0.36 0 0.51 0.13
HSL 102.63º 0.64% 0.65% -
HSV(B) 102.63º 0.51% 0.87% -
XYZ 40.3 59.63 23.85 -
YUV 185.79 84.66 96.77 -
System Red Green Blue C M Y K H S L
Decimal 142 223 109 0.36 0 0.51 0.13 102.63 0.64 0.65
Hex 8E DF 6D 24 0 33 D 67 40 41
Octal 216 337 155 44 0 63 15 147 100 101
Binary 10001110 11011111 1101101 100100 0 110011 1101 1100111 1000000 1000001

Color Harmonies of #8EDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF6D

Black with #8EDF6D

Text Example


Text Example

White with #8EDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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