Shades of Manz #CEDF50
Tints of Manz #CEDF50
RGB
CMYK
RGB Variations
Color information
#CEDF50 (or 0xCEDF50) is known color: Manz. HEX triplet: CE, DF and 50. RGB value is (206,223,80). Sum of RGB (Red+Green+Blue) = 206+223+80=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF50 is #3120AF. Grayscale: #CACACA. Windows color (decimal): -3219632 or 5300174. OLE color: 5300174.
HSL color Cylindrical-coordinate representation of color #CEDF50: hue angle of 67.13º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEDF50 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 80 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.13 |
| HSL | 67.13º | 0.69% | 0.59% | - |
| HSV(B) | 67.13º | 0.64% | 0.87% | - |
| XYZ | 53.29 | 66.48 | 17.61 | - |
| YUV | 201.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 80 | 0.08 | 0 | 0.64 | 0.13 | 67.13 | 0.69 | 0.59 |
| Hex | CE | DF | 50 | 8 | 0 | 40 | D | 43 | 45 | 3B |
| Octal | 316 | 337 | 120 | 10 | 0 | 100 | 15 | 103 | 105 | 73 |
| Binary | 11001110 | 11011111 | 1010000 | 1000 | 0 | 1000000 | 1101 | 1000011 | 1000101 | 111011 |
Color Harmonies of #CEDF50
Complementary color
Monochromatic Colors of #CEDF50
Black with #CEDF50
Text Example
Text Example
White with #CEDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF50; }
p { color: rgb(206,223,80); }
H1.HeaderClassName
{
color: #CEDF50;
}
.AnyTagClassName
{
color: #CEDF50;
}
</style>
background-color css
<style>
a { background-color: #CEDF50; }
a { background-color: rgb(206,223,80); }
div.DivClassName
{
background-color: #CEDF50;
}
.BgClassName
{
background-color: #CEDF50;
}
</style>
border-color css
<style>
span { border-color: #CEDF50; }
span { border-color: rgb(206,223,80); }
td.TdClassName
{
border-color: #CEDF50;
}
.TagClassName
{
border-color: #CEDF50;
}
</style>