#9DDD7C

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

Shades of Gossip #9DDD7C

Tints of Gossip #9DDD7C

Color information

#9DDD7C (or 0x9DDD7C) is unknown color: approx Gossip. HEX triplet: 9D, DD and 7C. RGB value is (157,221,124). Sum of RGB (Red+Green+Blue) = 157+221+124=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD7C is #622283. Grayscale: #BFBFBF. Windows color (decimal): -6431364 or 8183197. OLE color: 8183197.

HSL color Cylindrical-coordinate representation of color #9DDD7C: hue angle of 99.59º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DDD7C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB157221124-
CMYK0.2900.440.13
HSL99.59º58.79%67.65%-
HSV(B)99.59º43.89%86.67%-
XYZ43.460.3428.43-
YUV190.8190.3103.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 221 (86.72% from 255) = 44.02%
BLUE value IS 124 (48.83% from 255) = 24.70%
R=31.27%
G=44.02%
B=24.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211240.2900.440.1399.5958.7967.65
Hex9DDD7C1D02CD643b44
Octal235335174350541514473104
Binary10011101110111011111100111010101100110111001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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