Shades of Chinook #93CF9D
Tints of Chinook #93CF9D
RGB
CMYK
RGB Variations
Color information
#93CF9D (or 0x93CF9D) is known color: Chinook. HEX triplet: 93, CF and 9D. RGB value is (147,207,157). Sum of RGB (Red+Green+Blue) = 147+207+157=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CF9D is #6C3062. Grayscale: #B7B7B7. Windows color (decimal): -7090275 or 10342291. OLE color: 10342291.
HSL color Cylindrical-coordinate representation of color #93CF9D: hue angle of 130º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CF9D is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 157 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.19 |
| HSL | 130º | 0.38% | 0.69% | - |
| HSV(B) | 130º | 0.29% | 0.81% | - |
| XYZ | 40.43 | 53.26 | 40.05 | - |
| YUV | 183.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 157 | 0.29 | 0 | 0.24 | 0.19 | 130 | 0.38 | 0.69 |
| Hex | 93 | CF | 9D | 1D | 0 | 18 | 13 | 82 | 26 | 45 |
| Octal | 223 | 317 | 235 | 35 | 0 | 30 | 23 | 202 | 46 | 105 |
| Binary | 10010011 | 11001111 | 10011101 | 11101 | 0 | 11000 | 10011 | 10000010 | 100110 | 1000101 |
Color Harmonies of #93CF9D
Complementary color
Monochromatic Colors of #93CF9D
Black with #93CF9D
Text Example
Text Example
White with #93CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF9D; }
p { color: rgb(147,207,157); }
H1.HeaderClassName
{
color: #93CF9D;
}
.AnyTagClassName
{
color: #93CF9D;
}
</style>
background-color css
<style>
a { background-color: #93CF9D; }
a { background-color: rgb(147,207,157); }
div.DivClassName
{
background-color: #93CF9D;
}
.BgClassName
{
background-color: #93CF9D;
}
</style>
border-color css
<style>
span { border-color: #93CF9D; }
span { border-color: rgb(147,207,157); }
td.TdClassName
{
border-color: #93CF9D;
}
.TagClassName
{
border-color: #93CF9D;
}
</style>