Shades of Mindaro #CDE957
Tints of Mindaro #CDE957
RGB
CMYK
RGB Variations
Color information
#CDE957 (or 0xCDE957) is known color: Mindaro. HEX triplet: CD, E9 and 57. RGB value is (205,233,87). Sum of RGB (Red+Green+Blue) = 205+233+87=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE957 is #3216A8. Grayscale: #D0D0D0. Windows color (decimal): -3282601 or 5761485. OLE color: 5761485.
HSL color Cylindrical-coordinate representation of color #CDE957: hue angle of 71.51º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDE957 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 87 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.09 |
| HSL | 71.51º | 0.77% | 0.63% | - |
| HSV(B) | 71.51º | 0.63% | 0.91% | - |
| XYZ | 56.04 | 71.95 | 19.95 | - |
| YUV | 207.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 87 | 0.12 | 0 | 0.63 | 0.09 | 71.51 | 0.77 | 0.63 |
| Hex | CD | E9 | 57 | C | 0 | 3F | 9 | 48 | 4D | 3F |
| Octal | 315 | 351 | 127 | 14 | 0 | 77 | 11 | 110 | 115 | 77 |
| Binary | 11001101 | 11101001 | 1010111 | 1100 | 0 | 111111 | 1001 | 1001000 | 1001101 | 111111 |
Color Harmonies of #CDE957
Complementary color
Monochromatic Colors of #CDE957
Black with #CDE957
Text Example
Text Example
White with #CDE957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE957; }
p { color: rgb(205,233,87); }
H1.HeaderClassName
{
color: #CDE957;
}
.AnyTagClassName
{
color: #CDE957;
}
</style>
background-color css
<style>
a { background-color: #CDE957; }
a { background-color: rgb(205,233,87); }
div.DivClassName
{
background-color: #CDE957;
}
.BgClassName
{
background-color: #CDE957;
}
</style>
border-color css
<style>
span { border-color: #CDE957; }
span { border-color: rgb(205,233,87); }
td.TdClassName
{
border-color: #CDE957;
}
.TagClassName
{
border-color: #CDE957;
}
</style>