Shades of Manz #CEDF52
Tints of Manz #CEDF52
RGB
CMYK
RGB Variations
Color information
#CEDF52 (or 0xCEDF52) is known color: Manz. HEX triplet: CE, DF and 52. RGB value is (206,223,82). Sum of RGB (Red+Green+Blue) = 206+223+82=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF52 is #3120AD. Grayscale: #CACACA. Windows color (decimal): -3219630 or 5431246. OLE color: 5431246.
HSL color Cylindrical-coordinate representation of color #CEDF52: hue angle of 67.23º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEDF52 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 82 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.13 |
| HSL | 67.23º | 0.69% | 0.6% | - |
| HSV(B) | 67.23º | 0.63% | 0.87% | - |
| XYZ | 53.36 | 66.51 | 18.01 | - |
| YUV | 201.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 82 | 0.08 | 0 | 0.63 | 0.13 | 67.23 | 0.69 | 0.6 |
| Hex | CE | DF | 52 | 8 | 0 | 3F | D | 43 | 45 | 3C |
| Octal | 316 | 337 | 122 | 10 | 0 | 77 | 15 | 103 | 105 | 74 |
| Binary | 11001110 | 11011111 | 1010010 | 1000 | 0 | 111111 | 1101 | 1000011 | 1000101 | 111100 |
Color Harmonies of #CEDF52
Complementary color
Monochromatic Colors of #CEDF52
Black with #CEDF52
Text Example
Text Example
White with #CEDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF52; }
p { color: rgb(206,223,82); }
H1.HeaderClassName
{
color: #CEDF52;
}
.AnyTagClassName
{
color: #CEDF52;
}
</style>
background-color css
<style>
a { background-color: #CEDF52; }
a { background-color: rgb(206,223,82); }
div.DivClassName
{
background-color: #CEDF52;
}
.BgClassName
{
background-color: #CEDF52;
}
</style>
border-color css
<style>
span { border-color: #CEDF52; }
span { border-color: rgb(206,223,82); }
td.TdClassName
{
border-color: #CEDF52;
}
.TagClassName
{
border-color: #CEDF52;
}
</style>