Shades of Gossip #99EA7B
Tints of Gossip #99EA7B
RGB
CMYK
RGB Variations
Color information
#99EA7B (or 0x99EA7B) is known color: Gossip. HEX triplet: 99, EA and 7B. RGB value is (153,234,123). Sum of RGB (Red+Green+Blue) = 153+234+123=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EA7B is #661584. Grayscale: #C5C5C5. Windows color (decimal): -6690181 or 8120985. OLE color: 8120985.
HSL color Cylindrical-coordinate representation of color #99EA7B: hue angle of 103.78º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99EA7B is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 123 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.08 |
| HSL | 103.78º | 0.73% | 0.7% | - |
| HSV(B) | 103.78º | 0.47% | 0.92% | - |
| XYZ | 46.13 | 67.05 | 29.25 | - |
| YUV | 197.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 123 | 0.35 | 0 | 0.47 | 0.08 | 103.78 | 0.73 | 0.7 |
| Hex | 99 | EA | 7B | 23 | 0 | 2F | 8 | 68 | 49 | 46 |
| Octal | 231 | 352 | 173 | 43 | 0 | 57 | 10 | 150 | 111 | 106 |
| Binary | 10011001 | 11101010 | 1111011 | 100011 | 0 | 101111 | 1000 | 1101000 | 1001001 | 1000110 |
Color Harmonies of #99EA7B
Complementary color
Monochromatic Colors of #99EA7B
Black with #99EA7B
Text Example
Text Example
White with #99EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EA7B; }
p { color: rgb(153,234,123); }
H1.HeaderClassName
{
color: #99EA7B;
}
.AnyTagClassName
{
color: #99EA7B;
}
</style>
background-color css
<style>
a { background-color: #99EA7B; }
a { background-color: rgb(153,234,123); }
div.DivClassName
{
background-color: #99EA7B;
}
.BgClassName
{
background-color: #99EA7B;
}
</style>
border-color css
<style>
span { border-color: #99EA7B; }
span { border-color: rgb(153,234,123); }
td.TdClassName
{
border-color: #99EA7B;
}
.TagClassName
{
border-color: #99EA7B;
}
</style>