Shades of Mindaro #CDE657
Tints of Mindaro #CDE657
RGB
CMYK
RGB Variations
Color information
#CDE657 (or 0xCDE657) is known color: Mindaro. HEX triplet: CD, E6 and 57. RGB value is (205,230,87). Sum of RGB (Red+Green+Blue) = 205+230+87=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE657 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE657 is #3219A8. Grayscale: #CECECE. Windows color (decimal): -3283369 or 5760717. OLE color: 5760717.
HSL color Cylindrical-coordinate representation of color #CDE657: hue angle of 70.49º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDE657 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 87 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.10 |
| HSL | 70.49º | 0.74% | 0.62% | - |
| HSV(B) | 70.49º | 0.62% | 0.9% | - |
| XYZ | 55.19 | 70.26 | 19.67 | - |
| YUV | 206.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 87 | 0.11 | 0 | 0.62 | 0.10 | 70.49 | 0.74 | 0.62 |
| Hex | CD | E6 | 57 | B | 0 | 3E | A | 46 | 4A | 3E |
| Octal | 315 | 346 | 127 | 13 | 0 | 76 | 12 | 106 | 112 | 76 |
| Binary | 11001101 | 11100110 | 1010111 | 1011 | 0 | 111110 | 1010 | 1000110 | 1001010 | 111110 |
Color Harmonies of #CDE657
Complementary color
Monochromatic Colors of #CDE657
Black with #CDE657
Text Example
Text Example
White with #CDE657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE657; }
p { color: rgb(205,230,87); }
H1.HeaderClassName
{
color: #CDE657;
}
.AnyTagClassName
{
color: #CDE657;
}
</style>
background-color css
<style>
a { background-color: #CDE657; }
a { background-color: rgb(205,230,87); }
div.DivClassName
{
background-color: #CDE657;
}
.BgClassName
{
background-color: #CDE657;
}
</style>
border-color css
<style>
span { border-color: #CDE657; }
span { border-color: rgb(205,230,87); }
td.TdClassName
{
border-color: #CDE657;
}
.TagClassName
{
border-color: #CDE657;
}
</style>