Shades of Chinook #8ED599
Tints of Chinook #8ED599
RGB
CMYK
RGB Variations
Color information
#8ED599 (or 0x8ED599) is known color: Chinook. HEX triplet: 8E, D5 and 99. RGB value is (142,213,153). Sum of RGB (Red+Green+Blue) = 142+213+153=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED599 is #712A66. Grayscale: #B9B9B9. Windows color (decimal): -7416423 or 10081678. OLE color: 10081678.
HSL color Cylindrical-coordinate representation of color #8ED599: hue angle of 129.3º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED599 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 153 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.16 |
| HSL | 129.3º | 0.46% | 0.7% | - |
| HSV(B) | 129.3º | 0.33% | 0.84% | - |
| XYZ | 40.7 | 55.64 | 38.73 | - |
| YUV | 184.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 153 | 0.33 | 0 | 0.28 | 0.16 | 129.3 | 0.46 | 0.7 |
| Hex | 8E | D5 | 99 | 21 | 0 | 1C | 10 | 81 | 2E | 46 |
| Octal | 216 | 325 | 231 | 41 | 0 | 34 | 20 | 201 | 56 | 106 |
| Binary | 10001110 | 11010101 | 10011001 | 100001 | 0 | 11100 | 10000 | 10000001 | 101110 | 1000110 |
Color Harmonies of #8ED599
Complementary color
Monochromatic Colors of #8ED599
Black with #8ED599
Text Example
Text Example
White with #8ED599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED599; }
p { color: rgb(142,213,153); }
H1.HeaderClassName
{
color: #8ED599;
}
.AnyTagClassName
{
color: #8ED599;
}
</style>
background-color css
<style>
a { background-color: #8ED599; }
a { background-color: rgb(142,213,153); }
div.DivClassName
{
background-color: #8ED599;
}
.BgClassName
{
background-color: #8ED599;
}
</style>
border-color css
<style>
span { border-color: #8ED599; }
span { border-color: rgb(142,213,153); }
td.TdClassName
{
border-color: #8ED599;
}
.TagClassName
{
border-color: #8ED599;
}
</style>