Shades of Gossip #91DC74
Tints of Gossip #91DC74
RGB
CMYK
RGB Variations
Color information
#91DC74 (or 0x91DC74) is known color: Gossip. HEX triplet: 91, DC and 74. RGB value is (145,220,116). Sum of RGB (Red+Green+Blue) = 145+220+116=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DC74 is #6E238B. Grayscale: #BABABA. Windows color (decimal): -7218060 or 7658641. OLE color: 7658641.
HSL color Cylindrical-coordinate representation of color #91DC74: hue angle of 103.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91DC74 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 116 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.14 |
| HSL | 103.27º | 0.6% | 0.66% | - |
| HSV(B) | 103.27º | 0.47% | 0.86% | - |
| XYZ | 40.42 | 58.47 | 25.68 | - |
| YUV | 185.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 116 | 0.34 | 0 | 0.47 | 0.14 | 103.27 | 0.6 | 0.66 |
| Hex | 91 | DC | 74 | 22 | 0 | 2F | E | 67 | 3C | 42 |
| Octal | 221 | 334 | 164 | 42 | 0 | 57 | 16 | 147 | 74 | 102 |
| Binary | 10010001 | 11011100 | 1110100 | 100010 | 0 | 101111 | 1110 | 1100111 | 111100 | 1000010 |
Color Harmonies of #91DC74
Complementary color
Monochromatic Colors of #91DC74
Black with #91DC74
Text Example
Text Example
White with #91DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DC74; }
p { color: rgb(145,220,116); }
H1.HeaderClassName
{
color: #91DC74;
}
.AnyTagClassName
{
color: #91DC74;
}
</style>
background-color css
<style>
a { background-color: #91DC74; }
a { background-color: rgb(145,220,116); }
div.DivClassName
{
background-color: #91DC74;
}
.BgClassName
{
background-color: #91DC74;
}
</style>
border-color css
<style>
span { border-color: #91DC74; }
span { border-color: rgb(145,220,116); }
td.TdClassName
{
border-color: #91DC74;
}
.TagClassName
{
border-color: #91DC74;
}
</style>