Shades of Chinook #94D499
Tints of Chinook #94D499
RGB
CMYK
RGB Variations
Color information
#94D499 (or 0x94D499) is known color: Chinook. HEX triplet: 94, D4 and 99. RGB value is (148,212,153). Sum of RGB (Red+Green+Blue) = 148+212+153=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #94D499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D499 is #6B2B66. Grayscale: #BABABA. Windows color (decimal): -7023463 or 10081428. OLE color: 10081428.
HSL color Cylindrical-coordinate representation of color #94D499: hue angle of 124.69º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D499 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 153 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.17 |
| HSL | 124.69º | 0.43% | 0.71% | - |
| HSV(B) | 124.69º | 0.3% | 0.83% | - |
| XYZ | 41.51 | 55.68 | 38.7 | - |
| YUV | 186.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 153 | 0.30 | 0 | 0.28 | 0.17 | 124.69 | 0.43 | 0.71 |
| Hex | 94 | D4 | 99 | 1E | 0 | 1C | 11 | 7D | 2B | 47 |
| Octal | 224 | 324 | 231 | 36 | 0 | 34 | 21 | 175 | 53 | 107 |
| Binary | 10010100 | 11010100 | 10011001 | 11110 | 0 | 11100 | 10001 | 1111101 | 101011 | 1000111 |
Color Harmonies of #94D499
Complementary color
Monochromatic Colors of #94D499
Black with #94D499
Text Example
Text Example
White with #94D499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D499; }
p { color: rgb(148,212,153); }
H1.HeaderClassName
{
color: #94D499;
}
.AnyTagClassName
{
color: #94D499;
}
</style>
background-color css
<style>
a { background-color: #94D499; }
a { background-color: rgb(148,212,153); }
div.DivClassName
{
background-color: #94D499;
}
.BgClassName
{
background-color: #94D499;
}
</style>
border-color css
<style>
span { border-color: #94D499; }
span { border-color: rgb(148,212,153); }
td.TdClassName
{
border-color: #94D499;
}
.TagClassName
{
border-color: #94D499;
}
</style>