Shades of Gossip #9DD68B
Tints of Gossip #9DD68B
RGB
CMYK
RGB Variations
Color information
#9DD68B (or 0x9DD68B) is known color: Gossip. HEX triplet: 9D, D6 and 8B. RGB value is (157,214,139). Sum of RGB (Red+Green+Blue) = 157+214+139=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD68B is #622974. Grayscale: #BCBCBC. Windows color (decimal): -6433141 or 9164445. OLE color: 9164445.
HSL color Cylindrical-coordinate representation of color #9DD68B: hue angle of 105.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DD68B is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 139 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.16 |
| HSL | 105.6º | 0.48% | 0.69% | - |
| HSV(B) | 105.6º | 0.35% | 0.84% | - |
| XYZ | 42.61 | 57.13 | 33.21 | - |
| YUV | 188.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 139 | 0.27 | 0 | 0.35 | 0.16 | 105.6 | 0.48 | 0.69 |
| Hex | 9D | D6 | 8B | 1B | 0 | 23 | 10 | 6A | 30 | 45 |
| Octal | 235 | 326 | 213 | 33 | 0 | 43 | 20 | 152 | 60 | 105 |
| Binary | 10011101 | 11010110 | 10001011 | 11011 | 0 | 100011 | 10000 | 1101010 | 110000 | 1000101 |
Color Harmonies of #9DD68B
Complementary color
Monochromatic Colors of #9DD68B
Black with #9DD68B
Text Example
Text Example
White with #9DD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD68B; }
p { color: rgb(157,214,139); }
H1.HeaderClassName
{
color: #9DD68B;
}
.AnyTagClassName
{
color: #9DD68B;
}
</style>
background-color css
<style>
a { background-color: #9DD68B; }
a { background-color: rgb(157,214,139); }
div.DivClassName
{
background-color: #9DD68B;
}
.BgClassName
{
background-color: #9DD68B;
}
</style>
border-color css
<style>
span { border-color: #9DD68B; }
span { border-color: rgb(157,214,139); }
td.TdClassName
{
border-color: #9DD68B;
}
.TagClassName
{
border-color: #9DD68B;
}
</style>