Shades of Manz #CDE353
Tints of Manz #CDE353
RGB
CMYK
RGB Variations
Color information
#CDE353 (or 0xCDE353) is known color: Manz. HEX triplet: CD, E3 and 53. RGB value is (205,227,83). Sum of RGB (Red+Green+Blue) = 205+227+83=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE353 is #321CAC. Grayscale: #CCCCCC. Windows color (decimal): -3284141 or 5497805. OLE color: 5497805.
HSL color Cylindrical-coordinate representation of color #CDE353: hue angle of 69.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDE353 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 83 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.11 |
| HSL | 69.17º | 0.72% | 0.61% | - |
| HSV(B) | 69.17º | 0.63% | 0.89% | - |
| XYZ | 54.21 | 68.54 | 18.56 | - |
| YUV | 204.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 83 | 0.10 | 0 | 0.63 | 0.11 | 69.17 | 0.72 | 0.61 |
| Hex | CD | E3 | 53 | A | 0 | 3F | B | 45 | 48 | 3D |
| Octal | 315 | 343 | 123 | 12 | 0 | 77 | 13 | 105 | 110 | 75 |
| Binary | 11001101 | 11100011 | 1010011 | 1010 | 0 | 111111 | 1011 | 1000101 | 1001000 | 111101 |
Color Harmonies of #CDE353
Complementary color
Monochromatic Colors of #CDE353
Black with #CDE353
Text Example
Text Example
White with #CDE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE353; }
p { color: rgb(205,227,83); }
H1.HeaderClassName
{
color: #CDE353;
}
.AnyTagClassName
{
color: #CDE353;
}
</style>
background-color css
<style>
a { background-color: #CDE353; }
a { background-color: rgb(205,227,83); }
div.DivClassName
{
background-color: #CDE353;
}
.BgClassName
{
background-color: #CDE353;
}
</style>
border-color css
<style>
span { border-color: #CDE353; }
span { border-color: rgb(205,227,83); }
td.TdClassName
{
border-color: #CDE353;
}
.TagClassName
{
border-color: #CDE353;
}
</style>