Shades of Gossip #99E278
Tints of Gossip #99E278
RGB
CMYK
RGB Variations
Color information
#99E278 (or 0x99E278) is known color: Gossip. HEX triplet: 99, E2 and 78. RGB value is (153,226,120). Sum of RGB (Red+Green+Blue) = 153+226+120=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #99E278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E278 is #661D87. Grayscale: #C0C0C0. Windows color (decimal): -6692232 or 7922329. OLE color: 7922329.
HSL color Cylindrical-coordinate representation of color #99E278: hue angle of 101.32º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99E278 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 120 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.11 |
| HSL | 101.32º | 0.65% | 0.68% | - |
| HSV(B) | 101.32º | 0.47% | 0.89% | - |
| XYZ | 43.72 | 62.52 | 27.53 | - |
| YUV | 192.09 | 87.32 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 120 | 0.32 | 0 | 0.47 | 0.11 | 101.32 | 0.65 | 0.68 |
| Hex | 99 | E2 | 78 | 20 | 0 | 2F | B | 65 | 41 | 44 |
| Octal | 231 | 342 | 170 | 40 | 0 | 57 | 13 | 145 | 101 | 104 |
| Binary | 10011001 | 11100010 | 1111000 | 100000 | 0 | 101111 | 1011 | 1100101 | 1000001 | 1000100 |
Color Harmonies of #99E278
Complementary color
Monochromatic Colors of #99E278
Black with #99E278
Text Example
Text Example
White with #99E278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E278; }
p { color: rgb(153,226,120); }
H1.HeaderClassName
{
color: #99E278;
}
.AnyTagClassName
{
color: #99E278;
}
</style>
background-color css
<style>
a { background-color: #99E278; }
a { background-color: rgb(153,226,120); }
div.DivClassName
{
background-color: #99E278;
}
.BgClassName
{
background-color: #99E278;
}
</style>
border-color css
<style>
span { border-color: #99E278; }
span { border-color: rgb(153,226,120); }
td.TdClassName
{
border-color: #99E278;
}
.TagClassName
{
border-color: #99E278;
}
</style>