#9DDD83

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

Shades of Gossip #9DDD83

Tints of Gossip #9DDD83

Color information

#9DDD83 (or 0x9DDD83) is unknown color: approx Gossip. HEX triplet: 9D, DD and 83. RGB value is (157,221,131). Sum of RGB (Red+Green+Blue) = 157+221+131=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD83 is #62227C. Grayscale: #BFBFBF. Windows color (decimal): -6431357 or 8641949. OLE color: 8641949.

HSL color Cylindrical-coordinate representation of color #9DDD83: hue angle of 102.67º 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 #9DDD83 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB157221131-
CMYK0.2900.410.13
HSL102.67º56.96%69.02%-
HSV(B)102.67º40.72%86.67%-
XYZ43.8660.5230.84-
YUV191.693.8103.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.84%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=30.84%
G=43.42%
B=25.74%

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
Decimal1572211310.2900.410.13102.6756.9669.02
Hex9DDD831D029D673945
Octal235335203350511514771105
Binary100111011101110110000011111010101001110111001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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