Html Css Color HEX #8DCD77 Gossip

📋 copy color: '#8DCD77'

red 141 ◦ green 205 ◦ blue 119

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

Shades of Gossip #8DCD77

Tints of Gossip #8DCD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 30.32%
G = 44.09%
B = 25.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#8DCD77 (or 0x8DCD77) is known color: Gossip. HEX triplet: 8D, CD and 77. RGB value is (141,205,119). Sum of RGB (Red+Green+Blue) = 141+205+119=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD77 is #723288. Grayscale: #B0B0B0. Windows color (decimal): -7484041 or 7851405. OLE color: 7851405.

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

Color convert

RGB 141 205 119 -
CMYK 0.31 0 0.42 0.20
HSL 104.65º 0.46% 0.64% -
HSV(B) 104.65º 0.42% 0.8% -
XYZ 36.15 50.66 25.33 -
YUV 176.06 95.8 102.99 -
System Red Green Blue C M Y K H S L
Decimal 141 205 119 0.31 0 0.42 0.20 104.65 0.46 0.64
Hex 8D CD 77 1F 0 2A 14 69 2E 40
Octal 215 315 167 37 0 52 24 151 56 100
Binary 10001101 11001101 1110111 11111 0 101010 10100 1101001 101110 1000000

Color Harmonies of #8DCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCD77

Black with #8DCD77

Text Example


Text Example

White with #8DCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,205,119); }

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

background-color css

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

 a { background-color: rgb(141,205,119); }

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

border-color css

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

 span { border-color: rgb(141,205,119); }

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