Shades of Gossip #90DB7B
Tints of Gossip #90DB7B
RGB
CMYK
RGB Variations
Color information
#90DB7B (or 0x90DB7B) is known color: Gossip. HEX triplet: 90, DB and 7B. RGB value is (144,219,123). Sum of RGB (Red+Green+Blue) = 144+219+123=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #90DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DB7B is #6F2484. Grayscale: #B9B9B9. Windows color (decimal): -7283845 or 8117136. OLE color: 8117136.
HSL color Cylindrical-coordinate representation of color #90DB7B: hue angle of 106.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90DB7B is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 123 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.14 |
| HSL | 106.88º | 0.57% | 0.67% | - |
| HSV(B) | 106.88º | 0.44% | 0.86% | - |
| XYZ | 40.41 | 58.02 | 27.81 | - |
| YUV | 185.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 123 | 0.34 | 0 | 0.44 | 0.14 | 106.88 | 0.57 | 0.67 |
| Hex | 90 | DB | 7B | 22 | 0 | 2C | E | 6B | 39 | 43 |
| Octal | 220 | 333 | 173 | 42 | 0 | 54 | 16 | 153 | 71 | 103 |
| Binary | 10010000 | 11011011 | 1111011 | 100010 | 0 | 101100 | 1110 | 1101011 | 111001 | 1000011 |
Color Harmonies of #90DB7B
Complementary color
Monochromatic Colors of #90DB7B
Black with #90DB7B
Text Example
Text Example
White with #90DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DB7B; }
p { color: rgb(144,219,123); }
H1.HeaderClassName
{
color: #90DB7B;
}
.AnyTagClassName
{
color: #90DB7B;
}
</style>
background-color css
<style>
a { background-color: #90DB7B; }
a { background-color: rgb(144,219,123); }
div.DivClassName
{
background-color: #90DB7B;
}
.BgClassName
{
background-color: #90DB7B;
}
</style>
border-color css
<style>
span { border-color: #90DB7B; }
span { border-color: rgb(144,219,123); }
td.TdClassName
{
border-color: #90DB7B;
}
.TagClassName
{
border-color: #90DB7B;
}
</style>