Shades of Mindaro #CDF657
Tints of Mindaro #CDF657
RGB
CMYK
RGB Variations
Color information
#CDF657 (or 0xCDF657) is known color: Mindaro. HEX triplet: CD, F6 and 57. RGB value is (205,246,87). Sum of RGB (Red+Green+Blue) = 205+246+87=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 87 (34.38% from 255 or 16.17% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF657 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF657 is #3209A8. Grayscale: #D8D8D8. Windows color (decimal): -3279273 or 5764813. OLE color: 5764813.
HSL color Cylindrical-coordinate representation of color #CDF657: hue angle of 75.47º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDF657 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 87 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.04 |
| HSL | 75.47º | 0.9% | 0.65% | - |
| HSV(B) | 75.47º | 0.65% | 0.96% | - |
| XYZ | 59.85 | 79.58 | 21.22 | - |
| YUV | 215.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 87 | 0.17 | 0 | 0.65 | 0.04 | 75.47 | 0.9 | 0.65 |
| Hex | CD | F6 | 57 | 11 | 0 | 41 | 4 | 4B | 5A | 41 |
| Octal | 315 | 366 | 127 | 21 | 0 | 101 | 4 | 113 | 132 | 101 |
| Binary | 11001101 | 11110110 | 1010111 | 10001 | 0 | 1000001 | 100 | 1001011 | 1011010 | 1000001 |
Color Harmonies of #CDF657
Complementary color
Monochromatic Colors of #CDF657
Black with #CDF657
Text Example
Text Example
White with #CDF657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF657; }
p { color: rgb(205,246,87); }
H1.HeaderClassName
{
color: #CDF657;
}
.AnyTagClassName
{
color: #CDF657;
}
</style>
background-color css
<style>
a { background-color: #CDF657; }
a { background-color: rgb(205,246,87); }
div.DivClassName
{
background-color: #CDF657;
}
.BgClassName
{
background-color: #CDF657;
}
</style>
border-color css
<style>
span { border-color: #CDF657; }
span { border-color: rgb(205,246,87); }
td.TdClassName
{
border-color: #CDF657;
}
.TagClassName
{
border-color: #CDF657;
}
</style>