#91DC7D

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

Shades of Gossip #91DC7D

Tints of Gossip #91DC7D

Color information

#91DC7D (or 0x91DC7D) is unknown color: approx Gossip. HEX triplet: 91, DC and 7D. RGB value is (145,220,125). Sum of RGB (Red+Green+Blue) = 145+220+125=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DC7D is #6E2382. Grayscale: #BBBBBB. Windows color (decimal): -7218051 or 8248465. OLE color: 8248465.

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

Color convert

RGB145220125-
CMYK0.3400.430.14
HSL107.37º57.58%67.65%-
HSV(B)107.37º43.18%86.27%-
XYZ40.9758.6928.57-
YUV186.7493.1598.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.59%
GREEN value IS 220 (86.33% from 255) = 44.90%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=29.59%
G=44.90%
B=25.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452201250.3400.430.14107.3757.5867.65
Hex91DC7D2202BE6b3a44
Octal221334175420531615372104
Binary100100011101110011111011000100101011111011010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,220,125); }

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

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

 a { background-color: rgb(145,220,125); }

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

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

 span { border-color: rgb(145,220,125); }

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