#8FD277

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

Shades of Gossip #8FD277

Tints of Gossip #8FD277

Color information

#8FD277 (or 0x8FD277) is unknown color: approx Gossip. HEX triplet: 8F, D2 and 77. RGB value is (143,210,119). Sum of RGB (Red+Green+Blue) = 143+210+119=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD277 is #702D88. Grayscale: #B3B3B3. Windows color (decimal): -7351689 or 7852687. OLE color: 7852687.

HSL color Cylindrical-coordinate representation of color #8FD277: hue angle of 104.18º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD277 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB143210119-
CMYK0.3200.430.18
HSL104.18º50.28%64.51%-
HSV(B)104.18º43.33%82.35%-
XYZ37.753.2625.75-
YUV179.5993.8101.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 210 (82.42% from 255) = 44.49%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=30.30%
G=44.49%
B=25.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432101190.3200.430.18104.1850.2864.51
Hex8FD2772002B12683241
Octal217322167400532215062101
Binary1000111111010010111011110000001010111001011010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,210,119); }

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

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

 a { background-color: rgb(143,210,119); }

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

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

 span { border-color: rgb(143,210,119); }

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