Shades of Gossip #90E071
Tints of Gossip #90E071
RGB
CMYK
RGB Variations
Color information
#90E071 (or 0x90E071) is known color: Gossip. HEX triplet: 90, E0 and 71. RGB value is (144,224,113). Sum of RGB (Red+Green+Blue) = 144+224+113=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #90E071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E071 is #6F1F8E. Grayscale: #BBBBBB. Windows color (decimal): -7282575 or 7463056. OLE color: 7463056.
HSL color Cylindrical-coordinate representation of color #90E071: hue angle of 103.24º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90E071 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 113 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.12 |
| HSL | 103.24º | 0.64% | 0.66% | - |
| HSV(B) | 103.24º | 0.5% | 0.88% | - |
| XYZ | 41.14 | 60.43 | 25.12 | - |
| YUV | 187.43 | 86 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 113 | 0.36 | 0 | 0.50 | 0.12 | 103.24 | 0.64 | 0.66 |
| Hex | 90 | E0 | 71 | 24 | 0 | 32 | C | 67 | 40 | 42 |
| Octal | 220 | 340 | 161 | 44 | 0 | 62 | 14 | 147 | 100 | 102 |
| Binary | 10010000 | 11100000 | 1110001 | 100100 | 0 | 110010 | 1100 | 1100111 | 1000000 | 1000010 |
Color Harmonies of #90E071
Complementary color
Monochromatic Colors of #90E071
Black with #90E071
Text Example
Text Example
White with #90E071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E071; }
p { color: rgb(144,224,113); }
H1.HeaderClassName
{
color: #90E071;
}
.AnyTagClassName
{
color: #90E071;
}
</style>
background-color css
<style>
a { background-color: #90E071; }
a { background-color: rgb(144,224,113); }
div.DivClassName
{
background-color: #90E071;
}
.BgClassName
{
background-color: #90E071;
}
</style>
border-color css
<style>
span { border-color: #90E071; }
span { border-color: rgb(144,224,113); }
td.TdClassName
{
border-color: #90E071;
}
.TagClassName
{
border-color: #90E071;
}
</style>