Shades of Chinook #98DE9D
Tints of Chinook #98DE9D
RGB
CMYK
RGB Variations
Color information
#98DE9D (or 0x98DE9D) is known color: Chinook. HEX triplet: 98, DE and 9D. RGB value is (152,222,157). Sum of RGB (Red+Green+Blue) = 152+222+157=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DE9D is #672162. Grayscale: #C1C1C1. Windows color (decimal): -6758755 or 10346136. OLE color: 10346136.
HSL color Cylindrical-coordinate representation of color #98DE9D: hue angle of 124.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DE9D is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 157 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.13 |
| HSL | 124.29º | 0.51% | 0.73% | - |
| HSV(B) | 124.29º | 0.32% | 0.87% | - |
| XYZ | 45.16 | 61.35 | 41.36 | - |
| YUV | 193.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 157 | 0.32 | 0 | 0.29 | 0.13 | 124.29 | 0.51 | 0.73 |
| Hex | 98 | DE | 9D | 20 | 0 | 1D | D | 7C | 33 | 49 |
| Octal | 230 | 336 | 235 | 40 | 0 | 35 | 15 | 174 | 63 | 111 |
| Binary | 10011000 | 11011110 | 10011101 | 100000 | 0 | 11101 | 1101 | 1111100 | 110011 | 1001001 |
Color Harmonies of #98DE9D
Complementary color
Monochromatic Colors of #98DE9D
Black with #98DE9D
Text Example
Text Example
White with #98DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DE9D; }
p { color: rgb(152,222,157); }
H1.HeaderClassName
{
color: #98DE9D;
}
.AnyTagClassName
{
color: #98DE9D;
}
</style>
background-color css
<style>
a { background-color: #98DE9D; }
a { background-color: rgb(152,222,157); }
div.DivClassName
{
background-color: #98DE9D;
}
.BgClassName
{
background-color: #98DE9D;
}
</style>
border-color css
<style>
span { border-color: #98DE9D; }
span { border-color: rgb(152,222,157); }
td.TdClassName
{
border-color: #98DE9D;
}
.TagClassName
{
border-color: #98DE9D;
}
</style>