Shades of Manz #CEDD54
Tints of Manz #CEDD54
RGB
CMYK
RGB Variations
Color information
#CEDD54 (or 0xCEDD54) is known color: Manz. HEX triplet: CE, DD and 54. RGB value is (206,221,84). Sum of RGB (Red+Green+Blue) = 206+221+84=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD54 is #3122AB. Grayscale: #C9C9C9. Windows color (decimal): -3220140 or 5561806. OLE color: 5561806.
HSL color Cylindrical-coordinate representation of color #CEDD54: hue angle of 66.57º 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 #CEDD54 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 84 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.13 |
| HSL | 66.57º | 0.67% | 0.6% | - |
| HSV(B) | 66.57º | 0.62% | 0.87% | - |
| XYZ | 52.91 | 65.47 | 18.24 | - |
| YUV | 200.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 84 | 0.07 | 0 | 0.62 | 0.13 | 66.57 | 0.67 | 0.6 |
| Hex | CE | DD | 54 | 7 | 0 | 3E | D | 43 | 43 | 3C |
| Octal | 316 | 335 | 124 | 7 | 0 | 76 | 15 | 103 | 103 | 74 |
| Binary | 11001110 | 11011101 | 1010100 | 111 | 0 | 111110 | 1101 | 1000011 | 1000011 | 111100 |
Color Harmonies of #CEDD54
Complementary color
Monochromatic Colors of #CEDD54
Black with #CEDD54
Text Example
Text Example
White with #CEDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD54; }
p { color: rgb(206,221,84); }
H1.HeaderClassName
{
color: #CEDD54;
}
.AnyTagClassName
{
color: #CEDD54;
}
</style>
background-color css
<style>
a { background-color: #CEDD54; }
a { background-color: rgb(206,221,84); }
div.DivClassName
{
background-color: #CEDD54;
}
.BgClassName
{
background-color: #CEDD54;
}
</style>
border-color css
<style>
span { border-color: #CEDD54; }
span { border-color: rgb(206,221,84); }
td.TdClassName
{
border-color: #CEDD54;
}
.TagClassName
{
border-color: #CEDD54;
}
</style>