Shades of Manz #CEDC52
Tints of Manz #CEDC52
RGB
CMYK
RGB Variations
Color information
#CEDC52 (or 0xCEDC52) is known color: Manz. HEX triplet: CE, DC and 52. RGB value is (206,220,82). Sum of RGB (Red+Green+Blue) = 206+220+82=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC52 is #3123AD. Grayscale: #C8C8C8. Windows color (decimal): -3220398 or 5430478. OLE color: 5430478.
HSL color Cylindrical-coordinate representation of color #CEDC52: hue angle of 66.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEDC52 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 82 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.14 |
| HSL | 66.09º | 0.66% | 0.59% | - |
| HSV(B) | 66.09º | 0.63% | 0.86% | - |
| XYZ | 52.57 | 64.92 | 17.74 | - |
| YUV | 200.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 82 | 0.06 | 0 | 0.63 | 0.14 | 66.09 | 0.66 | 0.59 |
| Hex | CE | DC | 52 | 6 | 0 | 3F | E | 42 | 42 | 3B |
| Octal | 316 | 334 | 122 | 6 | 0 | 77 | 16 | 102 | 102 | 73 |
| Binary | 11001110 | 11011100 | 1010010 | 110 | 0 | 111111 | 1110 | 1000010 | 1000010 | 111011 |
Color Harmonies of #CEDC52
Complementary color
Monochromatic Colors of #CEDC52
Black with #CEDC52
Text Example
Text Example
White with #CEDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC52; }
p { color: rgb(206,220,82); }
H1.HeaderClassName
{
color: #CEDC52;
}
.AnyTagClassName
{
color: #CEDC52;
}
</style>
background-color css
<style>
a { background-color: #CEDC52; }
a { background-color: rgb(206,220,82); }
div.DivClassName
{
background-color: #CEDC52;
}
.BgClassName
{
background-color: #CEDC52;
}
</style>
border-color css
<style>
span { border-color: #CEDC52; }
span { border-color: rgb(206,220,82); }
td.TdClassName
{
border-color: #CEDC52;
}
.TagClassName
{
border-color: #CEDC52;
}
</style>