Html Css Color HEX #8DDD76 Gossip

📋 copy color: '#8DDD76'

red 141 ◦ green 221 ◦ blue 118

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

Shades of Gossip #8DDD76

Tints of Gossip #8DDD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.04%

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 29.38%
G = 46.04%
B = 24.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#8DDD76 (or 0x8DDD76) is known color: Gossip. HEX triplet: 8D, DD and 76. RGB value is (141,221,118). Sum of RGB (Red+Green+Blue) = 141+221+118=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD76 is #722289. Grayscale: #B9B9B9. Windows color (decimal): -7479946 or 7789965. OLE color: 7789965.

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

Color convert

RGB 141 221 118 -
CMYK 0.36 0 0.47 0.13
HSL 106.6º 0.6% 0.66% -
HSV(B) 106.6º 0.47% 0.87% -
XYZ 40.11 58.68 26.35 -
YUV 185.34 90 96.38 -
System Red Green Blue C M Y K H S L
Decimal 141 221 118 0.36 0 0.47 0.13 106.6 0.6 0.66
Hex 8D DD 76 24 0 2F D 6B 3C 42
Octal 215 335 166 44 0 57 15 153 74 102
Binary 10001101 11011101 1110110 100100 0 101111 1101 1101011 111100 1000010

Color Harmonies of #8DDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDD76

Black with #8DDD76

Text Example


Text Example

White with #8DDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,221,118); }

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

background-color css

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

 a { background-color: rgb(141,221,118); }

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

border-color css

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

 span { border-color: rgb(141,221,118); }

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