Shades of Manz #CDE054
Tints of Manz #CDE054
RGB
CMYK
RGB Variations
Color information
#CDE054 (or 0xCDE054) is known color: Manz. HEX triplet: CD, E0 and 54. RGB value is (205,224,84). Sum of RGB (Red+Green+Blue) = 205+224+84=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE054 is #321FAB. Grayscale: #CACACA. Windows color (decimal): -3284908 or 5562573. OLE color: 5562573.
HSL color Cylindrical-coordinate representation of color #CDE054: hue angle of 68.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDE054 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 84 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.12 |
| HSL | 68.14º | 0.69% | 0.6% | - |
| HSV(B) | 68.14º | 0.63% | 0.88% | - |
| XYZ | 53.43 | 66.93 | 18.49 | - |
| YUV | 202.36 | 61.21 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 84 | 0.08 | 0 | 0.62 | 0.12 | 68.14 | 0.69 | 0.6 |
| Hex | CD | E0 | 54 | 8 | 0 | 3E | C | 44 | 45 | 3C |
| Octal | 315 | 340 | 124 | 10 | 0 | 76 | 14 | 104 | 105 | 74 |
| Binary | 11001101 | 11100000 | 1010100 | 1000 | 0 | 111110 | 1100 | 1000100 | 1000101 | 111100 |
Color Harmonies of #CDE054
Complementary color
Monochromatic Colors of #CDE054
Black with #CDE054
Text Example
Text Example
White with #CDE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE054; }
p { color: rgb(205,224,84); }
H1.HeaderClassName
{
color: #CDE054;
}
.AnyTagClassName
{
color: #CDE054;
}
</style>
background-color css
<style>
a { background-color: #CDE054; }
a { background-color: rgb(205,224,84); }
div.DivClassName
{
background-color: #CDE054;
}
.BgClassName
{
background-color: #CDE054;
}
</style>
border-color css
<style>
span { border-color: #CDE054; }
span { border-color: rgb(205,224,84); }
td.TdClassName
{
border-color: #CDE054;
}
.TagClassName
{
border-color: #CDE054;
}
</style>