#91DD80

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

Shades of Gossip #91DD80

Tints of Gossip #91DD80

Color information

#91DD80 (or 0x91DD80) is unknown color: approx Gossip. HEX triplet: 91, DD and 80. RGB value is (145,221,128). Sum of RGB (Red+Green+Blue) = 145+221+128=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DD80 is #6E227F. Grayscale: #BBBBBB. Windows color (decimal): -7217792 or 8445329. OLE color: 8445329.

HSL color Cylindrical-coordinate representation of color #91DD80: hue angle of 109.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DD80 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB145221128-
CMYK0.3400.420.13
HSL109.03º57.76%68.43%-
HSV(B)109.03º42.08%86.67%-
XYZ41.4359.2929.68-
YUV187.6794.3297.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.35%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=29.35%
G=44.74%
B=25.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452211280.3400.420.13109.0357.7668.43
Hex91DD802202AD6d3a44
Octal221335200420521515572104
Binary1001000111011101100000001000100101010110111011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91DD80; }

 p { color: rgb(145,221,128); }

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

<style>
 a { background-color: #91DD80; }

 a { background-color: rgb(145,221,128); }

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

<style>
 span { border-color: #91DD80; }

 span { border-color: rgb(145,221,128); }

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