Shades of Manz #CEDA50
Tints of Manz #CEDA50
RGB
CMYK
RGB Variations
Color information
#CEDA50 (or 0xCEDA50) is known color: Manz. HEX triplet: CE, DA and 50. RGB value is (206,218,80). Sum of RGB (Red+Green+Blue) = 206+218+80=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA50 is #3125AF. Grayscale: #C7C7C7. Windows color (decimal): -3220912 or 5298894. OLE color: 5298894.
HSL color Cylindrical-coordinate representation of color #CEDA50: hue angle of 65.22º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEDA50 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 80 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.15 |
| HSL | 65.22º | 0.65% | 0.58% | - |
| HSV(B) | 65.22º | 0.63% | 0.85% | - |
| XYZ | 51.97 | 63.84 | 17.17 | - |
| YUV | 198.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 80 | 0.06 | 0 | 0.63 | 0.15 | 65.22 | 0.65 | 0.58 |
| Hex | CE | DA | 50 | 6 | 0 | 3F | F | 41 | 41 | 3A |
| Octal | 316 | 332 | 120 | 6 | 0 | 77 | 17 | 101 | 101 | 72 |
| Binary | 11001110 | 11011010 | 1010000 | 110 | 0 | 111111 | 1111 | 1000001 | 1000001 | 111010 |
Color Harmonies of #CEDA50
Complementary color
Monochromatic Colors of #CEDA50
Black with #CEDA50
Text Example
Text Example
White with #CEDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA50; }
p { color: rgb(206,218,80); }
H1.HeaderClassName
{
color: #CEDA50;
}
.AnyTagClassName
{
color: #CEDA50;
}
</style>
background-color css
<style>
a { background-color: #CEDA50; }
a { background-color: rgb(206,218,80); }
div.DivClassName
{
background-color: #CEDA50;
}
.BgClassName
{
background-color: #CEDA50;
}
</style>
border-color css
<style>
span { border-color: #CEDA50; }
span { border-color: rgb(206,218,80); }
td.TdClassName
{
border-color: #CEDA50;
}
.TagClassName
{
border-color: #CEDA50;
}
</style>