Shades of Mindaro #CDE45D
Tints of Mindaro #CDE45D
RGB
CMYK
RGB Variations
Color information
#CDE45D (or 0xCDE45D) is known color: Mindaro. HEX triplet: CD, E4 and 5D. RGB value is (205,228,93). Sum of RGB (Red+Green+Blue) = 205+228+93=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE45D is #321BA2. Grayscale: #CECECE. Windows color (decimal): -3283875 or 6153421. OLE color: 6153421.
HSL color Cylindrical-coordinate representation of color #CDE45D: hue angle of 70.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDE45D is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 93 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.11 |
| HSL | 70.22º | 0.71% | 0.63% | - |
| HSV(B) | 70.22º | 0.59% | 0.89% | - |
| XYZ | 54.9 | 69.26 | 20.83 | - |
| YUV | 205.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 93 | 0.10 | 0 | 0.59 | 0.11 | 70.22 | 0.71 | 0.63 |
| Hex | CD | E4 | 5D | A | 0 | 3B | B | 46 | 47 | 3F |
| Octal | 315 | 344 | 135 | 12 | 0 | 73 | 13 | 106 | 107 | 77 |
| Binary | 11001101 | 11100100 | 1011101 | 1010 | 0 | 111011 | 1011 | 1000110 | 1000111 | 111111 |
Color Harmonies of #CDE45D
Complementary color
Monochromatic Colors of #CDE45D
Black with #CDE45D
Text Example
Text Example
White with #CDE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE45D; }
p { color: rgb(205,228,93); }
H1.HeaderClassName
{
color: #CDE45D;
}
.AnyTagClassName
{
color: #CDE45D;
}
</style>
background-color css
<style>
a { background-color: #CDE45D; }
a { background-color: rgb(205,228,93); }
div.DivClassName
{
background-color: #CDE45D;
}
.BgClassName
{
background-color: #CDE45D;
}
</style>
border-color css
<style>
span { border-color: #CDE45D; }
span { border-color: rgb(205,228,93); }
td.TdClassName
{
border-color: #CDE45D;
}
.TagClassName
{
border-color: #CDE45D;
}
</style>