#8DD277

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

Shades of Gossip #8DD277

Tints of Gossip #8DD277

Color information

#8DD277 (or 0x8DD277) is unknown color: approx Gossip. HEX triplet: 8D, D2 and 77. RGB value is (141,210,119). Sum of RGB (Red+Green+Blue) = 141+210+119=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD277 is #722D88. Grayscale: #B3B3B3. Windows color (decimal): -7482761 or 7852685. OLE color: 7852685.

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

Color convert

RGB141210119-
CMYK0.3300.430.18
HSL105.49º50.28%64.51%-
HSV(B)105.49º43.33%82.35%-
XYZ37.3653.0925.73-
YUV17994.14100.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=30%
G=44.68%
B=25.32%

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
Decimal1412101190.3300.430.18105.4950.2864.51
Hex8DD2772102B12693241
Octal215322167410532215162101
Binary1000110111010010111011110000101010111001011010011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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