Shades of Manz #CEDF51
Tints of Manz #CEDF51
RGB
CMYK
RGB Variations
Color information
#CEDF51 (or 0xCEDF51) is known color: Manz. HEX triplet: CE, DF and 51. RGB value is (206,223,81). Sum of RGB (Red+Green+Blue) = 206+223+81=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF51 is #3120AE. Grayscale: #CACACA. Windows color (decimal): -3219631 or 5365710. OLE color: 5365710.
HSL color Cylindrical-coordinate representation of color #CEDF51: hue angle of 67.18º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEDF51 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 81 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.13 |
| HSL | 67.18º | 0.69% | 0.6% | - |
| HSV(B) | 67.18º | 0.64% | 0.87% | - |
| XYZ | 53.33 | 66.49 | 17.81 | - |
| YUV | 201.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 81 | 0.08 | 0 | 0.64 | 0.13 | 67.18 | 0.69 | 0.6 |
| Hex | CE | DF | 51 | 8 | 0 | 40 | D | 43 | 45 | 3C |
| Octal | 316 | 337 | 121 | 10 | 0 | 100 | 15 | 103 | 105 | 74 |
| Binary | 11001110 | 11011111 | 1010001 | 1000 | 0 | 1000000 | 1101 | 1000011 | 1000101 | 111100 |
Color Harmonies of #CEDF51
Complementary color
Monochromatic Colors of #CEDF51
Black with #CEDF51
Text Example
Text Example
White with #CEDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF51; }
p { color: rgb(206,223,81); }
H1.HeaderClassName
{
color: #CEDF51;
}
.AnyTagClassName
{
color: #CEDF51;
}
</style>
background-color css
<style>
a { background-color: #CEDF51; }
a { background-color: rgb(206,223,81); }
div.DivClassName
{
background-color: #CEDF51;
}
.BgClassName
{
background-color: #CEDF51;
}
</style>
border-color css
<style>
span { border-color: #CEDF51; }
span { border-color: rgb(206,223,81); }
td.TdClassName
{
border-color: #CEDF51;
}
.TagClassName
{
border-color: #CEDF51;
}
</style>