#91CF71

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

Shades of Gossip #91CF71

Tints of Gossip #91CF71

Color information

#91CF71 (or 0x91CF71) is unknown color: approx Gossip. HEX triplet: 91, CF and 71. RGB value is (145,207,113). Sum of RGB (Red+Green+Blue) = 145+207+113=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CF71 is #6E308E. Grayscale: #B2B2B2. Windows color (decimal): -7221391 or 7458705. OLE color: 7458705.

HSL color Cylindrical-coordinate representation of color #91CF71: hue angle of 99.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91CF71 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB145207113-
CMYK0.3000.450.19
HSL99.57º49.47%62.75%-
HSV(B)99.57º45.41%81.18%-
XYZ36.9751.8423.68-
YUV177.7591.46104.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 207 (81.25% from 255) = 44.52%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=31.18%
G=44.52%
B=24.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1452071130.3000.450.1999.5749.4762.75
Hex91CF711E02D1364313f
Octal22131716136055231446177
Binary10010001110011111110001111100101101100111100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,207,113); }

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

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

 a { background-color: rgb(145,207,113); }

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

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

 span { border-color: rgb(145,207,113); }

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