Html Css Color HEX #8ED07B Gossip

📋 copy color: '#8ED07B'

red 142 ◦ green 208 ◦ blue 123

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

Shades of Gossip #8ED07B

Tints of Gossip #8ED07B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.97%

 BLUE value IS 123 (48.44% from 255) = 26%

R = 30.02%
G = 43.97%
B = 26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#8ED07B (or 0x8ED07B) is known color: Gossip. HEX triplet: 8E, D0 and 7B. RGB value is (142,208,123). Sum of RGB (Red+Green+Blue) = 142+208+123=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED07B is #712F84. Grayscale: #B2B2B2. Windows color (decimal): -7417733 or 8114318. OLE color: 8114318.

HSL color Cylindrical-coordinate representation of color #8ED07B: hue angle of 106.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED07B is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 123 -
CMYK 0.32 0 0.41 0.18
HSL 106.59º 0.47% 0.65% -
HSV(B) 106.59º 0.41% 0.82% -
XYZ 37.29 52.29 26.87 -
YUV 178.58 96.63 101.91 -
System Red Green Blue C M Y K H S L
Decimal 142 208 123 0.32 0 0.41 0.18 106.59 0.47 0.65
Hex 8E D0 7B 20 0 29 12 6B 2F 41
Octal 216 320 173 40 0 51 22 153 57 101
Binary 10001110 11010000 1111011 100000 0 101001 10010 1101011 101111 1000001

Color Harmonies of #8ED07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED07B

Black with #8ED07B

Text Example


Text Example

White with #8ED07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,208,123); }

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

background-color css

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

 a { background-color: rgb(142,208,123); }

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

border-color css

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

 span { border-color: rgb(142,208,123); }

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