Shades of Gossip #90E07B
Tints of Gossip #90E07B
RGB
CMYK
RGB Variations
Color information
#90E07B (or 0x90E07B) is known color: Gossip. HEX triplet: 90, E0 and 7B. RGB value is (144,224,123). Sum of RGB (Red+Green+Blue) = 144+224+123=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #90E07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E07B is #6F1F84. Grayscale: #BCBCBC. Windows color (decimal): -7282565 or 8118416. OLE color: 8118416.
HSL color Cylindrical-coordinate representation of color #90E07B: hue angle of 107.52º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90E07B is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 123 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.12 |
| HSL | 107.52º | 0.62% | 0.68% | - |
| HSV(B) | 107.52º | 0.45% | 0.88% | - |
| XYZ | 41.73 | 60.67 | 28.25 | - |
| YUV | 188.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 123 | 0.36 | 0 | 0.45 | 0.12 | 107.52 | 0.62 | 0.68 |
| Hex | 90 | E0 | 7B | 24 | 0 | 2D | C | 6C | 3E | 44 |
| Octal | 220 | 340 | 173 | 44 | 0 | 55 | 14 | 154 | 76 | 104 |
| Binary | 10010000 | 11100000 | 1111011 | 100100 | 0 | 101101 | 1100 | 1101100 | 111110 | 1000100 |
Color Harmonies of #90E07B
Complementary color
Monochromatic Colors of #90E07B
Black with #90E07B
Text Example
Text Example
White with #90E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E07B; }
p { color: rgb(144,224,123); }
H1.HeaderClassName
{
color: #90E07B;
}
.AnyTagClassName
{
color: #90E07B;
}
</style>
background-color css
<style>
a { background-color: #90E07B; }
a { background-color: rgb(144,224,123); }
div.DivClassName
{
background-color: #90E07B;
}
.BgClassName
{
background-color: #90E07B;
}
</style>
border-color css
<style>
span { border-color: #90E07B; }
span { border-color: rgb(144,224,123); }
td.TdClassName
{
border-color: #90E07B;
}
.TagClassName
{
border-color: #90E07B;
}
</style>