Shades of Gossip #9CDF7B
Tints of Gossip #9CDF7B
RGB
CMYK
RGB Variations
Color information
#9CDF7B (or 0x9CDF7B) is known color: Gossip. HEX triplet: 9C, DF and 7B. RGB value is (156,223,123). Sum of RGB (Red+Green+Blue) = 156+223+123=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF7B is #632084. Grayscale: #BFBFBF. Windows color (decimal): -6496389 or 8118172. OLE color: 8118172.
HSL color Cylindrical-coordinate representation of color #9CDF7B: hue angle of 100.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CDF7B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 123 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.13 |
| HSL | 100.2º | 0.61% | 0.68% | - |
| HSV(B) | 100.2º | 0.45% | 0.87% | - |
| XYZ | 43.67 | 61.27 | 28.26 | - |
| YUV | 191.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 123 | 0.30 | 0 | 0.45 | 0.13 | 100.2 | 0.61 | 0.68 |
| Hex | 9C | DF | 7B | 1E | 0 | 2D | D | 64 | 3D | 44 |
| Octal | 234 | 337 | 173 | 36 | 0 | 55 | 15 | 144 | 75 | 104 |
| Binary | 10011100 | 11011111 | 1111011 | 11110 | 0 | 101101 | 1101 | 1100100 | 111101 | 1000100 |
Color Harmonies of #9CDF7B
Complementary color
Monochromatic Colors of #9CDF7B
Black with #9CDF7B
Text Example
Text Example
White with #9CDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF7B; }
p { color: rgb(156,223,123); }
H1.HeaderClassName
{
color: #9CDF7B;
}
.AnyTagClassName
{
color: #9CDF7B;
}
</style>
background-color css
<style>
a { background-color: #9CDF7B; }
a { background-color: rgb(156,223,123); }
div.DivClassName
{
background-color: #9CDF7B;
}
.BgClassName
{
background-color: #9CDF7B;
}
</style>
border-color css
<style>
span { border-color: #9CDF7B; }
span { border-color: rgb(156,223,123); }
td.TdClassName
{
border-color: #9CDF7B;
}
.TagClassName
{
border-color: #9CDF7B;
}
</style>