Shades of Manz #CEDB50
Tints of Manz #CEDB50
RGB
CMYK
RGB Variations
Color information
#CEDB50 (or 0xCEDB50) is known color: Manz. HEX triplet: CE, DB and 50. RGB value is (206,219,80). Sum of RGB (Red+Green+Blue) = 206+219+80=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB50 is #3124AF. Grayscale: #C7C7C7. Windows color (decimal): -3220656 or 5299150. OLE color: 5299150.
HSL color Cylindrical-coordinate representation of color #CEDB50: hue angle of 65.61º 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 #CEDB50 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 80 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.14 |
| HSL | 65.61º | 0.66% | 0.59% | - |
| HSV(B) | 65.61º | 0.63% | 0.86% | - |
| XYZ | 52.23 | 64.36 | 17.26 | - |
| YUV | 199.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 80 | 0.06 | 0 | 0.63 | 0.14 | 65.61 | 0.66 | 0.59 |
| Hex | CE | DB | 50 | 6 | 0 | 3F | E | 42 | 42 | 3B |
| Octal | 316 | 333 | 120 | 6 | 0 | 77 | 16 | 102 | 102 | 73 |
| Binary | 11001110 | 11011011 | 1010000 | 110 | 0 | 111111 | 1110 | 1000010 | 1000010 | 111011 |
Color Harmonies of #CEDB50
Complementary color
Monochromatic Colors of #CEDB50
Black with #CEDB50
Text Example
Text Example
White with #CEDB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB50; }
p { color: rgb(206,219,80); }
H1.HeaderClassName
{
color: #CEDB50;
}
.AnyTagClassName
{
color: #CEDB50;
}
</style>
background-color css
<style>
a { background-color: #CEDB50; }
a { background-color: rgb(206,219,80); }
div.DivClassName
{
background-color: #CEDB50;
}
.BgClassName
{
background-color: #CEDB50;
}
</style>
border-color css
<style>
span { border-color: #CEDB50; }
span { border-color: rgb(206,219,80); }
td.TdClassName
{
border-color: #CEDB50;
}
.TagClassName
{
border-color: #CEDB50;
}
</style>