Shades of Manz #CEDE55
Tints of Manz #CEDE55
RGB
CMYK
RGB Variations
Color information
#CEDE55 (or 0xCEDE55) is known color: Manz. HEX triplet: CE, DE and 55. RGB value is (206,222,85). Sum of RGB (Red+Green+Blue) = 206+222+85=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE55 is #3121AA. Grayscale: #CACACA. Windows color (decimal): -3219883 or 5627598. OLE color: 5627598.
HSL color Cylindrical-coordinate representation of color #CEDE55: hue angle of 67.01º 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 #CEDE55 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 85 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.13 |
| HSL | 67.01º | 0.67% | 0.6% | - |
| HSV(B) | 67.01º | 0.62% | 0.87% | - |
| XYZ | 53.21 | 66.02 | 18.53 | - |
| YUV | 201.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 85 | 0.07 | 0 | 0.62 | 0.13 | 67.01 | 0.67 | 0.6 |
| Hex | CE | DE | 55 | 7 | 0 | 3E | D | 43 | 43 | 3C |
| Octal | 316 | 336 | 125 | 7 | 0 | 76 | 15 | 103 | 103 | 74 |
| Binary | 11001110 | 11011110 | 1010101 | 111 | 0 | 111110 | 1101 | 1000011 | 1000011 | 111100 |
Color Harmonies of #CEDE55
Complementary color
Monochromatic Colors of #CEDE55
Black with #CEDE55
Text Example
Text Example
White with #CEDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE55; }
p { color: rgb(206,222,85); }
H1.HeaderClassName
{
color: #CEDE55;
}
.AnyTagClassName
{
color: #CEDE55;
}
</style>
background-color css
<style>
a { background-color: #CEDE55; }
a { background-color: rgb(206,222,85); }
div.DivClassName
{
background-color: #CEDE55;
}
.BgClassName
{
background-color: #CEDE55;
}
</style>
border-color css
<style>
span { border-color: #CEDE55; }
span { border-color: rgb(206,222,85); }
td.TdClassName
{
border-color: #CEDE55;
}
.TagClassName
{
border-color: #CEDE55;
}
</style>