#8CD277

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

Shades of Gossip #8CD277

Tints of Gossip #8CD277

Color information

#8CD277 (or 0x8CD277) is unknown color: approx Gossip. HEX triplet: 8C, D2 and 77. RGB value is (140,210,119). Sum of RGB (Red+Green+Blue) = 140+210+119=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD277 is #732D88. Grayscale: #B2B2B2. Windows color (decimal): -7548297 or 7852684. OLE color: 7852684.

HSL color Cylindrical-coordinate representation of color #8CD277: hue angle of 106.15º 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 #8CD277 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB140210119-
CMYK0.3300.430.18
HSL106.15º50.28%64.51%-
HSV(B)106.15º43.33%82.35%-
XYZ37.195325.72-
YUV178.794.31100.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 210 (82.42% from 255) = 44.78%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=29.85%
G=44.78%
B=25.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101190.3300.430.18106.1550.2864.51
Hex8CD2772102B126a3241
Octal214322167410532215262101
Binary1000110011010010111011110000101010111001011010101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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