Shades of Gossip #90D67F
Tints of Gossip #90D67F
RGB
CMYK
RGB Variations
Color information
#90D67F (or 0x90D67F) is known color: Gossip. HEX triplet: 90, D6 and 7F. RGB value is (144,214,127). Sum of RGB (Red+Green+Blue) = 144+214+127=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #90D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D67F is #6F2980. Grayscale: #B7B7B7. Windows color (decimal): -7285121 or 8378000. OLE color: 8378000.
HSL color Cylindrical-coordinate representation of color #90D67F: hue angle of 108.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90D67F is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 127 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.16 |
| HSL | 108.28º | 0.51% | 0.67% | - |
| HSV(B) | 108.28º | 0.41% | 0.84% | - |
| XYZ | 39.38 | 55.55 | 28.73 | - |
| YUV | 183.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 127 | 0.33 | 0 | 0.41 | 0.16 | 108.28 | 0.51 | 0.67 |
| Hex | 90 | D6 | 7F | 21 | 0 | 29 | 10 | 6C | 33 | 43 |
| Octal | 220 | 326 | 177 | 41 | 0 | 51 | 20 | 154 | 63 | 103 |
| Binary | 10010000 | 11010110 | 1111111 | 100001 | 0 | 101001 | 10000 | 1101100 | 110011 | 1000011 |
Color Harmonies of #90D67F
Complementary color
Monochromatic Colors of #90D67F
Black with #90D67F
Text Example
Text Example
White with #90D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D67F; }
p { color: rgb(144,214,127); }
H1.HeaderClassName
{
color: #90D67F;
}
.AnyTagClassName
{
color: #90D67F;
}
</style>
background-color css
<style>
a { background-color: #90D67F; }
a { background-color: rgb(144,214,127); }
div.DivClassName
{
background-color: #90D67F;
}
.BgClassName
{
background-color: #90D67F;
}
</style>
border-color css
<style>
span { border-color: #90D67F; }
span { border-color: rgb(144,214,127); }
td.TdClassName
{
border-color: #90D67F;
}
.TagClassName
{
border-color: #90D67F;
}
</style>