#9DDB7D

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

Shades of Gossip #9DDB7D

Tints of Gossip #9DDB7D

Color information

#9DDB7D (or 0x9DDB7D) is unknown color: approx Gossip. HEX triplet: 9D, DB and 7D. RGB value is (157,219,125). Sum of RGB (Red+Green+Blue) = 157+219+125=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB7D is #622482. Grayscale: #BEBEBE. Windows color (decimal): -6431875 or 8248221. OLE color: 8248221.

HSL color Cylindrical-coordinate representation of color #9DDB7D: hue angle of 99.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DDB7D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB157219125-
CMYK0.2800.430.14
HSL99.57º56.63%67.45%-
HSV(B)99.57º42.92%85.88%-
XYZ42.9459.3128.59-
YUV189.7591.46104.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=31.34%
G=43.71%
B=24.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191250.2800.430.1499.5756.6367.45
Hex9DDB7D1C02BE643943
Octal235333175340531614471103
Binary10011101110110111111101111000101011111011001001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,125); }

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

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

 a { background-color: rgb(157,219,125); }

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

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

 span { border-color: rgb(157,219,125); }

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