#9DDF7D

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

Shades of Gossip #9DDF7D

Tints of Gossip #9DDF7D

Color information

#9DDF7D (or 0x9DDF7D) is unknown color: approx Gossip. HEX triplet: 9D, DF and 7D. RGB value is (157,223,125). Sum of RGB (Red+Green+Blue) = 157+223+125=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF7D is #622082. Grayscale: #C0C0C0. Windows color (decimal): -6430851 or 8249245. OLE color: 8249245.

HSL color Cylindrical-coordinate representation of color #9DDF7D: hue angle of 100.41º degrees, saturation: 0.6, 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 #9DDF7D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB157223125-
CMYK0.3000.440.13
HSL100.41º60.49%68.24%-
HSV(B)100.41º43.95%87.45%-
XYZ43.9961.4228.94-
YUV192.0990.13102.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=31.09%
G=44.16%
B=24.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231250.3000.440.13100.4160.4968.24
Hex9DDF7D1E02CD643c44
Octal235337175360541514474104
Binary10011101110111111111101111100101100110111001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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