Shades of Manz #CEDA51
Tints of Manz #CEDA51
RGB
CMYK
RGB Variations
Color information
#CEDA51 (or 0xCEDA51) is known color: Manz. HEX triplet: CE, DA and 51. RGB value is (206,218,81). Sum of RGB (Red+Green+Blue) = 206+218+81=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA51 is #3125AE. Grayscale: #C7C7C7. Windows color (decimal): -3220911 or 5364430. OLE color: 5364430.
HSL color Cylindrical-coordinate representation of color #CEDA51: hue angle of 65.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEDA51 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 81 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.15 |
| HSL | 65.26º | 0.65% | 0.59% | - |
| HSV(B) | 65.26º | 0.63% | 0.85% | - |
| XYZ | 52.01 | 63.86 | 17.37 | - |
| YUV | 198.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 81 | 0.06 | 0 | 0.63 | 0.15 | 65.26 | 0.65 | 0.59 |
| Hex | CE | DA | 51 | 6 | 0 | 3F | F | 41 | 41 | 3B |
| Octal | 316 | 332 | 121 | 6 | 0 | 77 | 17 | 101 | 101 | 73 |
| Binary | 11001110 | 11011010 | 1010001 | 110 | 0 | 111111 | 1111 | 1000001 | 1000001 | 111011 |
Color Harmonies of #CEDA51
Complementary color
Monochromatic Colors of #CEDA51
Black with #CEDA51
Text Example
Text Example
White with #CEDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA51; }
p { color: rgb(206,218,81); }
H1.HeaderClassName
{
color: #CEDA51;
}
.AnyTagClassName
{
color: #CEDA51;
}
</style>
background-color css
<style>
a { background-color: #CEDA51; }
a { background-color: rgb(206,218,81); }
div.DivClassName
{
background-color: #CEDA51;
}
.BgClassName
{
background-color: #CEDA51;
}
</style>
border-color css
<style>
span { border-color: #CEDA51; }
span { border-color: rgb(206,218,81); }
td.TdClassName
{
border-color: #CEDA51;
}
.TagClassName
{
border-color: #CEDA51;
}
</style>