#8DCC72

Color #8DCC72 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8DCC72

Tints of Gossip #8DCC72

Color information

#8DCC72 (or 0x8DCC72) is unknown color: approx Gossip. HEX triplet: 8D, CC and 72. RGB value is (141,204,114). Sum of RGB (Red+Green+Blue) = 141+204+114=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC72 is #72338D. Grayscale: #AFAFAF. Windows color (decimal): -7484302 or 7523469. OLE color: 7523469.

HSL color Cylindrical-coordinate representation of color #8DCC72: hue angle of 102º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DCC72 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB141204114-
CMYK0.3100.440.2
HSL102º46.88%62.35%-
HSV(B)102º44.12%80%-
XYZ35.6150.0623.71-
YUV174.993.63103.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=30.72%
G=44.44%
B=24.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041140.3100.440.210246.8862.35
Hex8DCC721F02C14662f3e
Octal21531416237054241465776
Binary10001101110011001110010111110101100101001100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DCC72;
 }
 .AnyTagClassName
 {
   color: #8DCC72;
 }
</style>
background-color css

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

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

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

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

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

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