Shades of Manz #CED651
Tints of Manz #CED651
RGB
CMYK
RGB Variations
Color information
#CED651 (or 0xCED651) is known color: Manz. HEX triplet: CE, D6 and 51. RGB value is (206,214,81). Sum of RGB (Red+Green+Blue) = 206+214+81=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #CED651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED651 is #3129AE. Grayscale: #C4C4C4. Windows color (decimal): -3221935 or 5363406. OLE color: 5363406.
HSL color Cylindrical-coordinate representation of color #CED651: hue angle of 63.61º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED651 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 81 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.16 |
| HSL | 63.61º | 0.62% | 0.58% | - |
| HSV(B) | 63.61º | 0.62% | 0.84% | - |
| XYZ | 50.99 | 61.81 | 17.03 | - |
| YUV | 196.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 81 | 0.04 | 0 | 0.62 | 0.16 | 63.61 | 0.62 | 0.58 |
| Hex | CE | D6 | 51 | 4 | 0 | 3E | 10 | 40 | 3E | 3A |
| Octal | 316 | 326 | 121 | 4 | 0 | 76 | 20 | 100 | 76 | 72 |
| Binary | 11001110 | 11010110 | 1010001 | 100 | 0 | 111110 | 10000 | 1000000 | 111110 | 111010 |
Color Harmonies of #CED651
Complementary color
Monochromatic Colors of #CED651
Black with #CED651
Text Example
Text Example
White with #CED651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED651; }
p { color: rgb(206,214,81); }
H1.HeaderClassName
{
color: #CED651;
}
.AnyTagClassName
{
color: #CED651;
}
</style>
background-color css
<style>
a { background-color: #CED651; }
a { background-color: rgb(206,214,81); }
div.DivClassName
{
background-color: #CED651;
}
.BgClassName
{
background-color: #CED651;
}
</style>
border-color css
<style>
span { border-color: #CED651; }
span { border-color: rgb(206,214,81); }
td.TdClassName
{
border-color: #CED651;
}
.TagClassName
{
border-color: #CED651;
}
</style>