Html Css Color HEX #8DDC72 Gossip

📋 copy color: '#8DDC72'

red 141 ◦ green 220 ◦ blue 114

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

Shades of Gossip #8DDC72

Tints of Gossip #8DDC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 29.68%
G = 46.32%
B = 24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#8DDC72 (or 0x8DDC72) is known color: Gossip. HEX triplet: 8D, DC and 72. RGB value is (141,220,114). Sum of RGB (Red+Green+Blue) = 141+220+114=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC72 is #72238D. Grayscale: #B8B8B8. Windows color (decimal): -7480206 or 7527565. OLE color: 7527565.

HSL color Cylindrical-coordinate representation of color #8DDC72: hue angle of 104.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DDC72 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 114 -
CMYK 0.36 0 0.48 0.14
HSL 104.72º 0.6% 0.65% -
HSV(B) 104.72º 0.48% 0.86% -
XYZ 39.61 58.06 25.04 -
YUV 184.3 88.33 97.12 -
System Red Green Blue C M Y K H S L
Decimal 141 220 114 0.36 0 0.48 0.14 104.72 0.6 0.65
Hex 8D DC 72 24 0 30 E 69 3C 41
Octal 215 334 162 44 0 60 16 151 74 101
Binary 10001101 11011100 1110010 100100 0 110000 1110 1101001 111100 1000001

Color Harmonies of #8DDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC72

Black with #8DDC72

Text Example


Text Example

White with #8DDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,220,114); }

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

background-color css

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

 a { background-color: rgb(141,220,114); }

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

border-color css

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

 span { border-color: rgb(141,220,114); }

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