#8FCE72

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

Shades of Gossip #8FCE72

Tints of Gossip #8FCE72

Color information

#8FCE72 (or 0x8FCE72) is unknown color: approx Gossip. HEX triplet: 8F, CE and 72. RGB value is (143,206,114). Sum of RGB (Red+Green+Blue) = 143+206+114=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCE72 is #70318D. Grayscale: #B0B0B0. Windows color (decimal): -7352718 or 7523983. OLE color: 7523983.

HSL color Cylindrical-coordinate representation of color #8FCE72: hue angle of 101.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FCE72 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB143206114-
CMYK0.3100.450.19
HSL101.09º48.42%62.75%-
HSV(B)101.09º44.66%80.78%-
XYZ36.4451.223.88-
YUV176.6892.63103.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.89%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=30.89%
G=44.49%
B=24.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061140.3100.450.19101.0948.4262.75
Hex8FCE721F02D1365303f
Octal21731616237055231456077
Binary10001111110011101110010111110101101100111100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,114); }

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

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

 a { background-color: rgb(143,206,114); }

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

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

 span { border-color: rgb(143,206,114); }

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