Html Css Color HEX #8DDD72 Gossip

📋 copy color: '#8DDD72'

red 141 ◦ green 221 ◦ blue 114

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

Shades of Gossip #8DDD72

Tints of Gossip #8DDD72

RGB

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

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

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

R = 29.62%
G = 46.43%
B = 23.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#8DDD72 (or 0x8DDD72) is known color: Gossip. HEX triplet: 8D, DD and 72. RGB value is (141,221,114). Sum of RGB (Red+Green+Blue) = 141+221+114=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD72 is #72228D. Grayscale: #B9B9B9. Windows color (decimal): -7479950 or 7527821. OLE color: 7527821.

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

Color convert

RGB 141 221 114 -
CMYK 0.36 0 0.48 0.13
HSL 104.86º 0.61% 0.66% -
HSV(B) 104.86º 0.48% 0.87% -
XYZ 39.88 58.59 25.13 -
YUV 184.88 88 96.7 -
System Red Green Blue C M Y K H S L
Decimal 141 221 114 0.36 0 0.48 0.13 104.86 0.61 0.66
Hex 8D DD 72 24 0 30 D 69 3D 42
Octal 215 335 162 44 0 60 15 151 75 102
Binary 10001101 11011101 1110010 100100 0 110000 1101 1101001 111101 1000010

Color Harmonies of #8DDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDD72

Black with #8DDD72

Text Example


Text Example

White with #8DDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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