Shades of Manz #CEDD53
Tints of Manz #CEDD53
RGB
CMYK
RGB Variations
Color information
#CEDD53 (or 0xCEDD53) is known color: Manz. HEX triplet: CE, DD and 53. RGB value is (206,221,83). Sum of RGB (Red+Green+Blue) = 206+221+83=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD53 is #3122AC. Grayscale: #C9C9C9. Windows color (decimal): -3220141 or 5496270. OLE color: 5496270.
HSL color Cylindrical-coordinate representation of color #CEDD53: hue angle of 66.52º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEDD53 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 83 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.13 |
| HSL | 66.52º | 0.67% | 0.6% | - |
| HSV(B) | 66.52º | 0.62% | 0.87% | - |
| XYZ | 52.87 | 65.46 | 18.03 | - |
| YUV | 200.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 83 | 0.07 | 0 | 0.62 | 0.13 | 66.52 | 0.67 | 0.6 |
| Hex | CE | DD | 53 | 7 | 0 | 3E | D | 43 | 43 | 3C |
| Octal | 316 | 335 | 123 | 7 | 0 | 76 | 15 | 103 | 103 | 74 |
| Binary | 11001110 | 11011101 | 1010011 | 111 | 0 | 111110 | 1101 | 1000011 | 1000011 | 111100 |
Color Harmonies of #CEDD53
Complementary color
Monochromatic Colors of #CEDD53
Black with #CEDD53
Text Example
Text Example
White with #CEDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD53; }
p { color: rgb(206,221,83); }
H1.HeaderClassName
{
color: #CEDD53;
}
.AnyTagClassName
{
color: #CEDD53;
}
</style>
background-color css
<style>
a { background-color: #CEDD53; }
a { background-color: rgb(206,221,83); }
div.DivClassName
{
background-color: #CEDD53;
}
.BgClassName
{
background-color: #CEDD53;
}
</style>
border-color css
<style>
span { border-color: #CEDD53; }
span { border-color: rgb(206,221,83); }
td.TdClassName
{
border-color: #CEDD53;
}
.TagClassName
{
border-color: #CEDD53;
}
</style>