Shades of Gossip #90CF7B
Tints of Gossip #90CF7B
RGB
CMYK
RGB Variations
Color information
#90CF7B (or 0x90CF7B) is known color: Gossip. HEX triplet: 90, CF and 7B. RGB value is (144,207,123). Sum of RGB (Red+Green+Blue) = 144+207+123=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CF7B is #6F3084. Grayscale: #B2B2B2. Windows color (decimal): -7286917 or 8114064. OLE color: 8114064.
HSL color Cylindrical-coordinate representation of color #90CF7B: hue angle of 105º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90CF7B is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 123 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.19 |
| HSL | 105º | 0.47% | 0.65% | - |
| HSV(B) | 105º | 0.41% | 0.81% | - |
| XYZ | 37.39 | 51.99 | 26.8 | - |
| YUV | 178.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 123 | 0.30 | 0 | 0.41 | 0.19 | 105 | 0.47 | 0.65 |
| Hex | 90 | CF | 7B | 1E | 0 | 29 | 13 | 69 | 2F | 41 |
| Octal | 220 | 317 | 173 | 36 | 0 | 51 | 23 | 151 | 57 | 101 |
| Binary | 10010000 | 11001111 | 1111011 | 11110 | 0 | 101001 | 10011 | 1101001 | 101111 | 1000001 |
Color Harmonies of #90CF7B
Complementary color
Monochromatic Colors of #90CF7B
Black with #90CF7B
Text Example
Text Example
White with #90CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF7B; }
p { color: rgb(144,207,123); }
H1.HeaderClassName
{
color: #90CF7B;
}
.AnyTagClassName
{
color: #90CF7B;
}
</style>
background-color css
<style>
a { background-color: #90CF7B; }
a { background-color: rgb(144,207,123); }
div.DivClassName
{
background-color: #90CF7B;
}
.BgClassName
{
background-color: #90CF7B;
}
</style>
border-color css
<style>
span { border-color: #90CF7B; }
span { border-color: rgb(144,207,123); }
td.TdClassName
{
border-color: #90CF7B;
}
.TagClassName
{
border-color: #90CF7B;
}
</style>