Shades of Manz #CEDB51
Tints of Manz #CEDB51
RGB
CMYK
RGB Variations
Color information
#CEDB51 (or 0xCEDB51) is known color: Manz. HEX triplet: CE, DB and 51. RGB value is (206,219,81). Sum of RGB (Red+Green+Blue) = 206+219+81=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB51 is #3124AE. Grayscale: #C7C7C7. Windows color (decimal): -3220655 or 5364686. OLE color: 5364686.
HSL color Cylindrical-coordinate representation of color #CEDB51: hue angle of 65.65º 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 #CEDB51 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 81 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.14 |
| HSL | 65.65º | 0.66% | 0.59% | - |
| HSV(B) | 65.65º | 0.63% | 0.86% | - |
| XYZ | 52.27 | 64.38 | 17.46 | - |
| YUV | 199.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 81 | 0.06 | 0 | 0.63 | 0.14 | 65.65 | 0.66 | 0.59 |
| Hex | CE | DB | 51 | 6 | 0 | 3F | E | 42 | 42 | 3B |
| Octal | 316 | 333 | 121 | 6 | 0 | 77 | 16 | 102 | 102 | 73 |
| Binary | 11001110 | 11011011 | 1010001 | 110 | 0 | 111111 | 1110 | 1000010 | 1000010 | 111011 |
Color Harmonies of #CEDB51
Complementary color
Monochromatic Colors of #CEDB51
Black with #CEDB51
Text Example
Text Example
White with #CEDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB51; }
p { color: rgb(206,219,81); }
H1.HeaderClassName
{
color: #CEDB51;
}
.AnyTagClassName
{
color: #CEDB51;
}
</style>
background-color css
<style>
a { background-color: #CEDB51; }
a { background-color: rgb(206,219,81); }
div.DivClassName
{
background-color: #CEDB51;
}
.BgClassName
{
background-color: #CEDB51;
}
</style>
border-color css
<style>
span { border-color: #CEDB51; }
span { border-color: rgb(206,219,81); }
td.TdClassName
{
border-color: #CEDB51;
}
.TagClassName
{
border-color: #CEDB51;
}
</style>