#8FCF72

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

Shades of Gossip #8FCF72

Tints of Gossip #8FCF72

Color information

#8FCF72 (or 0x8FCF72) is unknown color: approx Gossip. HEX triplet: 8F, CF and 72. RGB value is (143,207,114). Sum of RGB (Red+Green+Blue) = 143+207+114=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCF72 is #70308D. Grayscale: #B1B1B1. Windows color (decimal): -7352462 or 7524239. OLE color: 7524239.

HSL color Cylindrical-coordinate representation of color #8FCF72: hue angle of 101.29º degrees, saturation: 0.49, 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 #8FCF72 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB143207114-
CMYK0.3100.450.19
HSL101.29º49.21%62.94%-
HSV(B)101.29º44.93%81.18%-
XYZ36.6851.6823.96-
YUV177.2692.3103.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 207 (81.25% from 255) = 44.61%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=30.82%
G=44.61%
B=24.57%

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
Decimal1432071140.3100.450.19101.2949.2162.94
Hex8FCF721F02D1365313f
Octal21731716237055231456177
Binary10001111110011111110010111110101101100111100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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