Html Css Color HEX #8DC774 Gossip

📋 copy color: '#8DC774'

red 141 ◦ green 199 ◦ blue 116

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

Shades of Gossip #8DC774

Tints of Gossip #8DC774

RGB

 RED value IS 141 (55.47% from 255) = 30.92%

 GREEN value IS 199 (78.13% from 255) = 43.64%

 BLUE value IS 116 (45.7% from 255) = 25.44%

R = 30.92%
G = 43.64%
B = 25.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#8DC774 (or 0x8DC774) is known color: Gossip. HEX triplet: 8D, C7 and 74. RGB value is (141,199,116). Sum of RGB (Red+Green+Blue) = 141+199+116=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC774 is #72388B. Grayscale: #ACACAC. Windows color (decimal): -7485580 or 7653261. OLE color: 7653261.

HSL color Cylindrical-coordinate representation of color #8DC774: hue angle of 101.93º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DC774 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 199 116 -
CMYK 0.29 0 0.42 0.22
HSL 101.93º 0.43% 0.62% -
HSV(B) 101.93º 0.42% 0.78% -
XYZ 34.56 47.77 23.92 -
YUV 172.2 96.28 105.75 -
System Red Green Blue C M Y K H S L
Decimal 141 199 116 0.29 0 0.42 0.22 101.93 0.43 0.62
Hex 8D C7 74 1D 0 2A 16 66 2B 3E
Octal 215 307 164 35 0 52 26 146 53 76
Binary 10001101 11000111 1110100 11101 0 101010 10110 1100110 101011 111110

Color Harmonies of #8DC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC774

Black with #8DC774

Text Example


Text Example

White with #8DC774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,199,116); }

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

background-color css

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

 a { background-color: rgb(141,199,116); }

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

border-color css

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

 span { border-color: rgb(141,199,116); }

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