#9DDD82

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

Shades of Gossip #9DDD82

Tints of Gossip #9DDD82

Color information

#9DDD82 (or 0x9DDD82) is unknown color: approx Gossip. HEX triplet: 9D, DD and 82. RGB value is (157,221,130). Sum of RGB (Red+Green+Blue) = 157+221+130=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD82 is #62227D. Grayscale: #BFBFBF. Windows color (decimal): -6431358 or 8576413. OLE color: 8576413.

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

Color convert

RGB157221130-
CMYK0.2900.410.13
HSL102.2º57.23%68.82%-
HSV(B)102.2º41.18%86.67%-
XYZ43.7960.4930.49-
YUV191.4993.3103.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=30.91%
G=43.50%
B=25.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211300.2900.410.13102.257.2368.82
Hex9DDD821D029D663945
Octal235335202350511514671105
Binary100111011101110110000010111010101001110111001101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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