Shades of Green Mist #CECF9A
Tints of Green Mist #CECF9A
RGB
CMYK
RGB Variations
Color information
#CECF9A (or 0xCECF9A) is known color: Green Mist. HEX triplet: CE, CF and 9A. RGB value is (206,207,154). Sum of RGB (Red+Green+Blue) = 206+207+154=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF9A is #313065. Grayscale: #C8C8C8. Windows color (decimal): -3223654 or 10145742. OLE color: 10145742.
HSL color Cylindrical-coordinate representation of color #CECF9A: hue angle of 61.13º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CECF9A is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 154 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.19 |
| HSL | 61.13º | 0.36% | 0.71% | - |
| HSV(B) | 61.13º | 0.26% | 0.81% | - |
| XYZ | 53.6 | 60.08 | 39.34 | - |
| YUV | 200.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 154 | 0.00 | 0 | 0.26 | 0.19 | 61.13 | 0.36 | 0.71 |
| Hex | CE | CF | 9A | 0 | 0 | 1A | 13 | 3D | 24 | 47 |
| Octal | 316 | 317 | 232 | 0 | 0 | 32 | 23 | 75 | 44 | 107 |
| Binary | 11001110 | 11001111 | 10011010 | 0 | 0 | 11010 | 10011 | 111101 | 100100 | 1000111 |
Color Harmonies of #CECF9A
Complementary color
Monochromatic Colors of #CECF9A
Black with #CECF9A
Text Example
Text Example
White with #CECF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF9A; }
p { color: rgb(206,207,154); }
H1.HeaderClassName
{
color: #CECF9A;
}
.AnyTagClassName
{
color: #CECF9A;
}
</style>
background-color css
<style>
a { background-color: #CECF9A; }
a { background-color: rgb(206,207,154); }
div.DivClassName
{
background-color: #CECF9A;
}
.BgClassName
{
background-color: #CECF9A;
}
</style>
border-color css
<style>
span { border-color: #CECF9A; }
span { border-color: rgb(206,207,154); }
td.TdClassName
{
border-color: #CECF9A;
}
.TagClassName
{
border-color: #CECF9A;
}
</style>