Shades of Manz #CED953
Tints of Manz #CED953
RGB
CMYK
RGB Variations
Color information
#CED953 (or 0xCED953) is known color: Manz. HEX triplet: CE, D9 and 53. RGB value is (206,217,83). Sum of RGB (Red+Green+Blue) = 206+217+83=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #CED953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED953 is #3126AC. Grayscale: #C6C6C6. Windows color (decimal): -3221165 or 5495246. OLE color: 5495246.
HSL color Cylindrical-coordinate representation of color #CED953: hue angle of 64.93º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED953 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 83 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.15 |
| HSL | 64.93º | 0.64% | 0.59% | - |
| HSV(B) | 64.93º | 0.62% | 0.85% | - |
| XYZ | 51.83 | 63.37 | 17.68 | - |
| YUV | 198.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 83 | 0.05 | 0 | 0.62 | 0.15 | 64.93 | 0.64 | 0.59 |
| Hex | CE | D9 | 53 | 5 | 0 | 3E | F | 41 | 40 | 3B |
| Octal | 316 | 331 | 123 | 5 | 0 | 76 | 17 | 101 | 100 | 73 |
| Binary | 11001110 | 11011001 | 1010011 | 101 | 0 | 111110 | 1111 | 1000001 | 1000000 | 111011 |
Color Harmonies of #CED953
Complementary color
Monochromatic Colors of #CED953
Black with #CED953
Text Example
Text Example
White with #CED953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED953; }
p { color: rgb(206,217,83); }
H1.HeaderClassName
{
color: #CED953;
}
.AnyTagClassName
{
color: #CED953;
}
</style>
background-color css
<style>
a { background-color: #CED953; }
a { background-color: rgb(206,217,83); }
div.DivClassName
{
background-color: #CED953;
}
.BgClassName
{
background-color: #CED953;
}
</style>
border-color css
<style>
span { border-color: #CED953; }
span { border-color: rgb(206,217,83); }
td.TdClassName
{
border-color: #CED953;
}
.TagClassName
{
border-color: #CED953;
}
</style>