Shades of Manz #CEDE57
Tints of Manz #CEDE57
RGB
CMYK
RGB Variations
Color information
#CEDE57 (or 0xCEDE57) is known color: Manz. HEX triplet: CE, DE and 57. RGB value is (206,222,87). Sum of RGB (Red+Green+Blue) = 206+222+87=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE57 is #3121A8. Grayscale: #CACACA. Windows color (decimal): -3219881 or 5758670. OLE color: 5758670.
HSL color Cylindrical-coordinate representation of color #CEDE57: hue angle of 67.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEDE57 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 87 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.13 |
| HSL | 67.11º | 0.67% | 0.61% | - |
| HSV(B) | 67.11º | 0.61% | 0.87% | - |
| XYZ | 53.3 | 66.05 | 18.96 | - |
| YUV | 201.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 87 | 0.07 | 0 | 0.61 | 0.13 | 67.11 | 0.67 | 0.61 |
| Hex | CE | DE | 57 | 7 | 0 | 3D | D | 43 | 43 | 3D |
| Octal | 316 | 336 | 127 | 7 | 0 | 75 | 15 | 103 | 103 | 75 |
| Binary | 11001110 | 11011110 | 1010111 | 111 | 0 | 111101 | 1101 | 1000011 | 1000011 | 111101 |
Color Harmonies of #CEDE57
Complementary color
Monochromatic Colors of #CEDE57
Black with #CEDE57
Text Example
Text Example
White with #CEDE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE57; }
p { color: rgb(206,222,87); }
H1.HeaderClassName
{
color: #CEDE57;
}
.AnyTagClassName
{
color: #CEDE57;
}
</style>
background-color css
<style>
a { background-color: #CEDE57; }
a { background-color: rgb(206,222,87); }
div.DivClassName
{
background-color: #CEDE57;
}
.BgClassName
{
background-color: #CEDE57;
}
</style>
border-color css
<style>
span { border-color: #CEDE57; }
span { border-color: rgb(206,222,87); }
td.TdClassName
{
border-color: #CEDE57;
}
.TagClassName
{
border-color: #CEDE57;
}
</style>