#9DD77C

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

Shades of Gossip #9DD77C

Tints of Gossip #9DD77C

Color information

#9DD77C (or 0x9DD77C) is unknown color: approx Gossip. HEX triplet: 9D, D7 and 7C. RGB value is (157,215,124). Sum of RGB (Red+Green+Blue) = 157+215+124=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD77C is #622883. Grayscale: #BBBBBB. Windows color (decimal): -6432900 or 8181661. OLE color: 8181661.

HSL color Cylindrical-coordinate representation of color #9DD77C: hue angle of 98.24º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DD77C is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB157215124-
CMYK0.2700.420.16
HSL98.24º53.22%66.47%-
HSV(B)98.24º42.33%84.31%-
XYZ41.8457.2227.91-
YUV187.2892.28106.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 215 (84.38% from 255) = 43.35%
BLUE value IS 124 (48.83% from 255) = 25%
R=31.65%
G=43.35%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572151240.2700.420.1698.2453.2266.47
Hex9DD77C1B02A10623542
Octal235327174330522014265102
Binary100111011101011111111001101101010101000011000101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DD77C; }

 p { color: rgb(157,215,124); }

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

<style>
 a { background-color: #9DD77C; }

 a { background-color: rgb(157,215,124); }

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

<style>
 span { border-color: #9DD77C; }

 span { border-color: rgb(157,215,124); }

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