Shades of Chinook #98DF9E
Tints of Chinook #98DF9E
RGB
CMYK
RGB Variations
Color information
#98DF9E (or 0x98DF9E) is known color: Chinook. HEX triplet: 98, DF and 9E. RGB value is (152,223,158). Sum of RGB (Red+Green+Blue) = 152+223+158=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DF9E is #672061. Grayscale: #C2C2C2. Windows color (decimal): -6758498 or 10411928. OLE color: 10411928.
HSL color Cylindrical-coordinate representation of color #98DF9E: hue angle of 125.07º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DF9E is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 158 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.13 |
| HSL | 125.07º | 0.53% | 0.74% | - |
| HSV(B) | 125.07º | 0.32% | 0.87% | - |
| XYZ | 45.51 | 61.92 | 41.9 | - |
| YUV | 194.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 158 | 0.32 | 0 | 0.29 | 0.13 | 125.07 | 0.53 | 0.74 |
| Hex | 98 | DF | 9E | 20 | 0 | 1D | D | 7D | 35 | 4A |
| Octal | 230 | 337 | 236 | 40 | 0 | 35 | 15 | 175 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10011110 | 100000 | 0 | 11101 | 1101 | 1111101 | 110101 | 1001010 |
Color Harmonies of #98DF9E
Complementary color
Monochromatic Colors of #98DF9E
Black with #98DF9E
Text Example
Text Example
White with #98DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF9E; }
p { color: rgb(152,223,158); }
H1.HeaderClassName
{
color: #98DF9E;
}
.AnyTagClassName
{
color: #98DF9E;
}
</style>
background-color css
<style>
a { background-color: #98DF9E; }
a { background-color: rgb(152,223,158); }
div.DivClassName
{
background-color: #98DF9E;
}
.BgClassName
{
background-color: #98DF9E;
}
</style>
border-color css
<style>
span { border-color: #98DF9E; }
span { border-color: rgb(152,223,158); }
td.TdClassName
{
border-color: #98DF9E;
}
.TagClassName
{
border-color: #98DF9E;
}
</style>