#9DCD7D

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

Shades of Gossip #9DCD7D

Tints of Gossip #9DCD7D

Color information

#9DCD7D (or 0x9DCD7D) is unknown color: approx Gossip. HEX triplet: 9D, CD and 7D. RGB value is (157,205,125). Sum of RGB (Red+Green+Blue) = 157+205+125=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD7D is #623282. Grayscale: #B5B5B5. Windows color (decimal): -6435459 or 8244637. OLE color: 8244637.

HSL color Cylindrical-coordinate representation of color #9DCD7D: hue angle of 96º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DCD7D is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB157205125-
CMYK0.2300.390.20
HSL96º44.44%64.71%-
HSV(B)96º39.02%80.39%-
XYZ39.4452.3127.42-
YUV181.5396.1110.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=32.24%
G=42.09%
B=25.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051250.2300.390.209644.4464.71
Hex9DCD7D1702714602c41
Octal235315175270472414054101
Binary100111011100110111111011011101001111010011000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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