Html Css Color HEX #8ECD75 Gossip

📋 copy color: '#8ECD75'

red 142 ◦ green 205 ◦ blue 117

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

Shades of Gossip #8ECD75

Tints of Gossip #8ECD75

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 30.6%
G = 44.18%
B = 25.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#8ECD75 (or 0x8ECD75) is known color: Gossip. HEX triplet: 8E, CD and 75. RGB value is (142,205,117). Sum of RGB (Red+Green+Blue) = 142+205+117=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD75 is #71328A. Grayscale: #B0B0B0. Windows color (decimal): -7418507 or 7720334. OLE color: 7720334.

HSL color Cylindrical-coordinate representation of color #8ECD75: hue angle of 102.95º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ECD75 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 205 117 -
CMYK 0.31 0 0.43 0.20
HSL 102.95º 0.47% 0.63% -
HSV(B) 102.95º 0.43% 0.8% -
XYZ 36.2 50.7 24.71 -
YUV 176.13 94.63 103.66 -
System Red Green Blue C M Y K H S L
Decimal 142 205 117 0.31 0 0.43 0.20 102.95 0.47 0.63
Hex 8E CD 75 1F 0 2B 14 67 2F 3F
Octal 216 315 165 37 0 53 24 147 57 77
Binary 10001110 11001101 1110101 11111 0 101011 10100 1100111 101111 111111

Color Harmonies of #8ECD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECD75

Black with #8ECD75

Text Example


Text Example

White with #8ECD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,205,117); }

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

background-color css

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

 a { background-color: rgb(142,205,117); }

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

border-color css

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

 span { border-color: rgb(142,205,117); }

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