#9DDC83

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

Shades of Gossip #9DDC83

Tints of Gossip #9DDC83

Color information

#9DDC83 (or 0x9DDC83) is unknown color: approx Gossip. HEX triplet: 9D, DC and 83. RGB value is (157,220,131). Sum of RGB (Red+Green+Blue) = 157+220+131=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC83 is #62237C. Grayscale: #BFBFBF. Windows color (decimal): -6431613 or 8641693. OLE color: 8641693.

HSL color Cylindrical-coordinate representation of color #9DDC83: hue angle of 102.47º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DDC83 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB157220131-
CMYK0.2900.400.14
HSL102.47º55.97%68.82%-
HSV(B)102.47º40.45%86.27%-
XYZ43.5959.9930.75-
YUV191.0294.13103.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 220 (86.33% from 255) = 43.31%
BLUE value IS 131 (51.56% from 255) = 25.79%
R=30.91%
G=43.31%
B=25.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201310.2900.400.14102.4755.9768.82
Hex9DDC831D028E663845
Octal235334203350501614670105
Binary100111011101110010000011111010101000111011001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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