#91DE70

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

Shades of Gossip #91DE70

Tints of Gossip #91DE70

Color information

#91DE70 (or 0x91DE70) is unknown color: approx Gossip. HEX triplet: 91, DE and 70. RGB value is (145,222,112). Sum of RGB (Red+Green+Blue) = 145+222+112=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #91DE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DE70 is #6E218F. Grayscale: #BABABA. Windows color (decimal): -7217552 or 7397009. OLE color: 7397009.

HSL color Cylindrical-coordinate representation of color #91DE70: hue angle of 102º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91DE70 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB145222112-
CMYK0.3500.500.13
HSL102º62.5%65.49%-
HSV(B)102º49.55%87.06%-
XYZ40.7259.4324.65-
YUV186.4485.9998.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.27%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=30.27%
G=46.35%
B=23.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452221120.3500.500.1310262.565.49
Hex91DE7023032D663e41
Octal221336160430621514676101
Binary100100011101111011100001000110110010110111001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,222,112); }

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

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

 a { background-color: rgb(145,222,112); }

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

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

 span { border-color: rgb(145,222,112); }

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