Shades of Gossip #90CF78
Tints of Gossip #90CF78
RGB
CMYK
RGB Variations
Color information
#90CF78 (or 0x90CF78) is known color: Gossip. HEX triplet: 90, CF and 78. RGB value is (144,207,120). Sum of RGB (Red+Green+Blue) = 144+207+120=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CF78 is #6F3087. Grayscale: #B2B2B2. Windows color (decimal): -7286920 or 7917456. OLE color: 7917456.
HSL color Cylindrical-coordinate representation of color #90CF78: hue angle of 103.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90CF78 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 120 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.19 |
| HSL | 103.45º | 0.48% | 0.64% | - |
| HSV(B) | 103.45º | 0.42% | 0.81% | - |
| XYZ | 37.2 | 51.91 | 25.83 | - |
| YUV | 178.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 120 | 0.30 | 0 | 0.42 | 0.19 | 103.45 | 0.48 | 0.64 |
| Hex | 90 | CF | 78 | 1E | 0 | 2A | 13 | 67 | 30 | 40 |
| Octal | 220 | 317 | 170 | 36 | 0 | 52 | 23 | 147 | 60 | 100 |
| Binary | 10010000 | 11001111 | 1111000 | 11110 | 0 | 101010 | 10011 | 1100111 | 110000 | 1000000 |
Color Harmonies of #90CF78
Complementary color
Monochromatic Colors of #90CF78
Black with #90CF78
Text Example
Text Example
White with #90CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF78; }
p { color: rgb(144,207,120); }
H1.HeaderClassName
{
color: #90CF78;
}
.AnyTagClassName
{
color: #90CF78;
}
</style>
background-color css
<style>
a { background-color: #90CF78; }
a { background-color: rgb(144,207,120); }
div.DivClassName
{
background-color: #90CF78;
}
.BgClassName
{
background-color: #90CF78;
}
</style>
border-color css
<style>
span { border-color: #90CF78; }
span { border-color: rgb(144,207,120); }
td.TdClassName
{
border-color: #90CF78;
}
.TagClassName
{
border-color: #90CF78;
}
</style>