#9CDD85

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

Shades of Gossip #9CDD85

Tints of Gossip #9CDD85

Color information

#9CDD85 (or 0x9CDD85) is unknown color: approx Gossip. HEX triplet: 9C, DD and 85. RGB value is (156,221,133). Sum of RGB (Red+Green+Blue) = 156+221+133=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDD85 is #63227A. Grayscale: #BFBFBF. Windows color (decimal): -6496891 or 8773020. OLE color: 8773020.

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

Color convert

RGB156221133-
CMYK0.2900.400.13
HSL104.32º56.41%69.41%-
HSV(B)104.32º39.82%86.67%-
XYZ43.860.4731.55-
YUV191.5394.97102.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.59%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=30.59%
G=43.33%
B=26.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211330.2900.400.13104.3256.4169.41
Hex9CDD851D028D683845
Octal234335205350501515070105
Binary100111001101110110000101111010101000110111010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,133); }

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

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

 a { background-color: rgb(156,221,133); }

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

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

 span { border-color: rgb(156,221,133); }

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