Shades of Chinook #93D299
Tints of Chinook #93D299
RGB
CMYK
RGB Variations
Color information
#93D299 (or 0x93D299) is known color: Chinook. HEX triplet: 93, D2 and 99. RGB value is (147,210,153). Sum of RGB (Red+Green+Blue) = 147+210+153=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #93D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D299 is #6C2D66. Grayscale: #B8B8B8. Windows color (decimal): -7089511 or 10080915. OLE color: 10080915.
HSL color Cylindrical-coordinate representation of color #93D299: hue angle of 125.71º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D299 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 153 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.18 |
| HSL | 125.71º | 0.41% | 0.7% | - |
| HSV(B) | 125.71º | 0.3% | 0.82% | - |
| XYZ | 40.83 | 54.6 | 38.52 | - |
| YUV | 184.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 153 | 0.30 | 0 | 0.27 | 0.18 | 125.71 | 0.41 | 0.7 |
| Hex | 93 | D2 | 99 | 1E | 0 | 1B | 12 | 7E | 29 | 46 |
| Octal | 223 | 322 | 231 | 36 | 0 | 33 | 22 | 176 | 51 | 106 |
| Binary | 10010011 | 11010010 | 10011001 | 11110 | 0 | 11011 | 10010 | 1111110 | 101001 | 1000110 |
Color Harmonies of #93D299
Complementary color
Monochromatic Colors of #93D299
Black with #93D299
Text Example
Text Example
White with #93D299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D299; }
p { color: rgb(147,210,153); }
H1.HeaderClassName
{
color: #93D299;
}
.AnyTagClassName
{
color: #93D299;
}
</style>
background-color css
<style>
a { background-color: #93D299; }
a { background-color: rgb(147,210,153); }
div.DivClassName
{
background-color: #93D299;
}
.BgClassName
{
background-color: #93D299;
}
</style>
border-color css
<style>
span { border-color: #93D299; }
span { border-color: rgb(147,210,153); }
td.TdClassName
{
border-color: #93D299;
}
.TagClassName
{
border-color: #93D299;
}
</style>