#9DD085

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

Shades of Gossip #9DD085

Tints of Gossip #9DD085

Color information

#9DD085 (or 0x9DD085) is unknown color: approx Gossip. HEX triplet: 9D, D0 and 85. RGB value is (157,208,133). Sum of RGB (Red+Green+Blue) = 157+208+133=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD085 is #622F7A. Grayscale: #B8B8B8. Windows color (decimal): -6434683 or 8769693. OLE color: 8769693.

HSL color Cylindrical-coordinate representation of color #9DD085: hue angle of 100.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DD085 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB157208133-
CMYK0.2500.360.18
HSL100.8º44.38%66.86%-
HSV(B)100.8º36.06%81.57%-
XYZ40.6953.9730.46-
YUV184.299.1108.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=31.53%
G=41.77%
B=26.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081330.2500.360.18100.844.3866.86
Hex9DD0851902412652c43
Octal235320205310442214554103
Binary1001110111010000100001011100101001001001011001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,133); }

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

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

 a { background-color: rgb(157,208,133); }

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

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

 span { border-color: rgb(157,208,133); }

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