#91DD75

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

Shades of Gossip #91DD75

Tints of Gossip #91DD75

Color information

#91DD75 (or 0x91DD75) is unknown color: approx Gossip. HEX triplet: 91, DD and 75. RGB value is (145,221,117). Sum of RGB (Red+Green+Blue) = 145+221+117=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DD75 is #6E228A. Grayscale: #BABABA. Windows color (decimal): -7217803 or 7724433. OLE color: 7724433.

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

Color convert

RGB145221117-
CMYK0.3400.470.13
HSL103.85º60.47%66.27%-
HSV(B)103.85º47.06%86.67%-
XYZ40.7459.0226.07-
YUV186.4288.8298.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=30.02%
G=45.76%
B=24.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452211170.3400.470.13103.8560.4766.27
Hex91DD752202FD683c42
Octal221335165420571515074102
Binary100100011101110111101011000100101111110111010001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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