#9DDD7F

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

Shades of Gossip #9DDD7F

Tints of Gossip #9DDD7F

Color information

#9DDD7F (or 0x9DDD7F) is unknown color: approx Gossip. HEX triplet: 9D, DD and 7F. RGB value is (157,221,127). Sum of RGB (Red+Green+Blue) = 157+221+127=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD7F is #622280. Grayscale: #BFBFBF. Windows color (decimal): -6431361 or 8379805. OLE color: 8379805.

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

Color convert

RGB157221127-
CMYK0.2900.430.13
HSL100.85º58.02%68.24%-
HSV(B)100.85º42.53%86.67%-
XYZ43.5960.4129.44-
YUV191.1591.8103.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 127 (50% from 255) = 25.15%
R=31.09%
G=43.76%
B=25.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211270.2900.430.13100.8558.0268.24
Hex9DDD7F1D02BD653a44
Octal235335177350531514572104
Binary10011101110111011111111111010101011110111001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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