Shades of Gossip #90EA67
Tints of Gossip #90EA67
RGB
CMYK
RGB Variations
Color information
#90EA67 (or 0x90EA67) is known color: Gossip. HEX triplet: 90, EA and 67. RGB value is (144,234,103). Sum of RGB (Red+Green+Blue) = 144+234+103=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EA67 is #6F1598. Grayscale: #C0C0C0. Windows color (decimal): -7280025 or 6810256. OLE color: 6810256.
HSL color Cylindrical-coordinate representation of color #90EA67: hue angle of 101.22º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90EA67 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 103 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.08 |
| HSL | 101.22º | 0.76% | 0.66% | - |
| HSV(B) | 101.22º | 0.56% | 0.92% | - |
| XYZ | 43.37 | 65.75 | 23.24 | - |
| YUV | 192.16 | 77.68 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 103 | 0.38 | 0 | 0.56 | 0.08 | 101.22 | 0.76 | 0.66 |
| Hex | 90 | EA | 67 | 26 | 0 | 38 | 8 | 65 | 4C | 42 |
| Octal | 220 | 352 | 147 | 46 | 0 | 70 | 10 | 145 | 114 | 102 |
| Binary | 10010000 | 11101010 | 1100111 | 100110 | 0 | 111000 | 1000 | 1100101 | 1001100 | 1000010 |
Color Harmonies of #90EA67
Complementary color
Monochromatic Colors of #90EA67
Black with #90EA67
Text Example
Text Example
White with #90EA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA67; }
p { color: rgb(144,234,103); }
H1.HeaderClassName
{
color: #90EA67;
}
.AnyTagClassName
{
color: #90EA67;
}
</style>
background-color css
<style>
a { background-color: #90EA67; }
a { background-color: rgb(144,234,103); }
div.DivClassName
{
background-color: #90EA67;
}
.BgClassName
{
background-color: #90EA67;
}
</style>
border-color css
<style>
span { border-color: #90EA67; }
span { border-color: rgb(144,234,103); }
td.TdClassName
{
border-color: #90EA67;
}
.TagClassName
{
border-color: #90EA67;
}
</style>