Shades of Mindaro #CDE259
Tints of Mindaro #CDE259
RGB
CMYK
RGB Variations
Color information
#CDE259 (or 0xCDE259) is known color: Mindaro. HEX triplet: CD, E2 and 59. RGB value is (205,226,89). Sum of RGB (Red+Green+Blue) = 205+226+89=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE259 is #321DA6. Grayscale: #CCCCCC. Windows color (decimal): -3284391 or 5890765. OLE color: 5890765.
HSL color Cylindrical-coordinate representation of color #CDE259: hue angle of 69.2º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDE259 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 89 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.11 |
| HSL | 69.2º | 0.7% | 0.62% | - |
| HSV(B) | 69.2º | 0.61% | 0.89% | - |
| XYZ | 54.18 | 68.09 | 19.74 | - |
| YUV | 204.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 89 | 0.09 | 0 | 0.61 | 0.11 | 69.2 | 0.7 | 0.62 |
| Hex | CD | E2 | 59 | 9 | 0 | 3D | B | 45 | 46 | 3E |
| Octal | 315 | 342 | 131 | 11 | 0 | 75 | 13 | 105 | 106 | 76 |
| Binary | 11001101 | 11100010 | 1011001 | 1001 | 0 | 111101 | 1011 | 1000101 | 1000110 | 111110 |
Color Harmonies of #CDE259
Complementary color
Monochromatic Colors of #CDE259
Black with #CDE259
Text Example
Text Example
White with #CDE259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE259; }
p { color: rgb(205,226,89); }
H1.HeaderClassName
{
color: #CDE259;
}
.AnyTagClassName
{
color: #CDE259;
}
</style>
background-color css
<style>
a { background-color: #CDE259; }
a { background-color: rgb(205,226,89); }
div.DivClassName
{
background-color: #CDE259;
}
.BgClassName
{
background-color: #CDE259;
}
</style>
border-color css
<style>
span { border-color: #CDE259; }
span { border-color: rgb(205,226,89); }
td.TdClassName
{
border-color: #CDE259;
}
.TagClassName
{
border-color: #CDE259;
}
</style>