Shades of Gossip #90D07F
Tints of Gossip #90D07F
RGB
CMYK
RGB Variations
Color information
#90D07F (or 0x90D07F) is known color: Gossip. HEX triplet: 90, D0 and 7F. RGB value is (144,208,127). Sum of RGB (Red+Green+Blue) = 144+208+127=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #90D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D07F is #6F2F80. Grayscale: #B3B3B3. Windows color (decimal): -7286657 or 8376464. OLE color: 8376464.
HSL color Cylindrical-coordinate representation of color #90D07F: hue angle of 107.41º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90D07F is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 127 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.18 |
| HSL | 107.41º | 0.46% | 0.66% | - |
| HSV(B) | 107.41º | 0.39% | 0.82% | - |
| XYZ | 37.89 | 52.57 | 28.23 | - |
| YUV | 179.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 127 | 0.31 | 0 | 0.39 | 0.18 | 107.41 | 0.46 | 0.66 |
| Hex | 90 | D0 | 7F | 1F | 0 | 27 | 12 | 6B | 2E | 42 |
| Octal | 220 | 320 | 177 | 37 | 0 | 47 | 22 | 153 | 56 | 102 |
| Binary | 10010000 | 11010000 | 1111111 | 11111 | 0 | 100111 | 10010 | 1101011 | 101110 | 1000010 |
Color Harmonies of #90D07F
Complementary color
Monochromatic Colors of #90D07F
Black with #90D07F
Text Example
Text Example
White with #90D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D07F; }
p { color: rgb(144,208,127); }
H1.HeaderClassName
{
color: #90D07F;
}
.AnyTagClassName
{
color: #90D07F;
}
</style>
background-color css
<style>
a { background-color: #90D07F; }
a { background-color: rgb(144,208,127); }
div.DivClassName
{
background-color: #90D07F;
}
.BgClassName
{
background-color: #90D07F;
}
</style>
border-color css
<style>
span { border-color: #90D07F; }
span { border-color: rgb(144,208,127); }
td.TdClassName
{
border-color: #90D07F;
}
.TagClassName
{
border-color: #90D07F;
}
</style>