Shades of Manz #CEDA53
Tints of Manz #CEDA53
RGB
CMYK
RGB Variations
Color information
#CEDA53 (or 0xCEDA53) is known color: Manz. HEX triplet: CE, DA and 53. RGB value is (206,218,83). Sum of RGB (Red+Green+Blue) = 206+218+83=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA53 is #3125AC. Grayscale: #C7C7C7. Windows color (decimal): -3220909 or 5495502. OLE color: 5495502.
HSL color Cylindrical-coordinate representation of color #CEDA53: hue angle of 65.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEDA53 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 83 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.15 |
| HSL | 65.33º | 0.65% | 0.59% | - |
| HSV(B) | 65.33º | 0.62% | 0.85% | - |
| XYZ | 52.09 | 63.89 | 17.77 | - |
| YUV | 199.02 | 62.52 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 83 | 0.06 | 0 | 0.62 | 0.15 | 65.33 | 0.65 | 0.59 |
| Hex | CE | DA | 53 | 6 | 0 | 3E | F | 41 | 41 | 3B |
| Octal | 316 | 332 | 123 | 6 | 0 | 76 | 17 | 101 | 101 | 73 |
| Binary | 11001110 | 11011010 | 1010011 | 110 | 0 | 111110 | 1111 | 1000001 | 1000001 | 111011 |
Color Harmonies of #CEDA53
Complementary color
Monochromatic Colors of #CEDA53
Black with #CEDA53
Text Example
Text Example
White with #CEDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA53; }
p { color: rgb(206,218,83); }
H1.HeaderClassName
{
color: #CEDA53;
}
.AnyTagClassName
{
color: #CEDA53;
}
</style>
background-color css
<style>
a { background-color: #CEDA53; }
a { background-color: rgb(206,218,83); }
div.DivClassName
{
background-color: #CEDA53;
}
.BgClassName
{
background-color: #CEDA53;
}
</style>
border-color css
<style>
span { border-color: #CEDA53; }
span { border-color: rgb(206,218,83); }
td.TdClassName
{
border-color: #CEDA53;
}
.TagClassName
{
border-color: #CEDA53;
}
</style>