#9DD588

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

Shades of Gossip #9DD588

Tints of Gossip #9DD588

Color information

#9DD588 (or 0x9DD588) is unknown color: approx Gossip. HEX triplet: 9D, D5 and 88. RGB value is (157,213,136). Sum of RGB (Red+Green+Blue) = 157+213+136=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD588 is #622A77. Grayscale: #BBBBBB. Windows color (decimal): -6433400 or 8967581. OLE color: 8967581.

HSL color Cylindrical-coordinate representation of color #9DD588: hue angle of 103.64º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DD588 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB157213136-
CMYK0.2600.360.16
HSL103.64º47.83%68.43%-
HSV(B)103.64º36.15%83.53%-
XYZ42.1456.5331.98-
YUV187.4898.95106.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 213 (83.59% from 255) = 42.09%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=31.03%
G=42.09%
B=26.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572131360.2600.360.16103.6447.8368.43
Hex9DD5881A02410683044
Octal235325210320442015060104
Binary1001110111010101100010001101001001001000011010001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,213,136); }

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

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

 a { background-color: rgb(157,213,136); }

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

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

 span { border-color: rgb(157,213,136); }

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