#91DD74

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

Shades of Gossip #91DD74

Tints of Gossip #91DD74

Color information

#91DD74 (or 0x91DD74) is unknown color: approx Gossip. HEX triplet: 91, DD and 74. RGB value is (145,221,116). Sum of RGB (Red+Green+Blue) = 145+221+116=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DD74 is #6E228B. Grayscale: #BABABA. Windows color (decimal): -7217804 or 7658897. OLE color: 7658897.

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

Color convert

RGB145221116-
CMYK0.3400.480.13
HSL103.43º60.69%66.08%-
HSV(B)103.43º47.51%86.67%-
XYZ40.6958.9925.77-
YUV186.3188.3298.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.08%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=30.08%
G=45.85%
B=24.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452211160.3400.480.13103.4360.6966.08
Hex91DD7422030D673d42
Octal221335164420601514775102
Binary100100011101110111101001000100110000110111001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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