Shades of Mindaro #CDF756
Tints of Mindaro #CDF756
RGB
CMYK
RGB Variations
Color information
#CDF756 (or 0xCDF756) is known color: Mindaro. HEX triplet: CD, F7 and 56. RGB value is (205,247,86). Sum of RGB (Red+Green+Blue) = 205+247+86=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF756 is #3208A9. Grayscale: #D8D8D8. Windows color (decimal): -3279018 or 5699533. OLE color: 5699533.
HSL color Cylindrical-coordinate representation of color #CDF756: hue angle of 75.65º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDF756 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 86 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.03 |
| HSL | 75.65º | 0.91% | 0.65% | - |
| HSV(B) | 75.65º | 0.65% | 0.97% | - |
| XYZ | 60.12 | 80.17 | 21.11 | - |
| YUV | 216.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 86 | 0.17 | 0 | 0.65 | 0.03 | 75.65 | 0.91 | 0.65 |
| Hex | CD | F7 | 56 | 11 | 0 | 41 | 3 | 4C | 5B | 41 |
| Octal | 315 | 367 | 126 | 21 | 0 | 101 | 3 | 114 | 133 | 101 |
| Binary | 11001101 | 11110111 | 1010110 | 10001 | 0 | 1000001 | 11 | 1001100 | 1011011 | 1000001 |
Color Harmonies of #CDF756
Complementary color
Monochromatic Colors of #CDF756
Black with #CDF756
Text Example
Text Example
White with #CDF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF756; }
p { color: rgb(205,247,86); }
H1.HeaderClassName
{
color: #CDF756;
}
.AnyTagClassName
{
color: #CDF756;
}
</style>
background-color css
<style>
a { background-color: #CDF756; }
a { background-color: rgb(205,247,86); }
div.DivClassName
{
background-color: #CDF756;
}
.BgClassName
{
background-color: #CDF756;
}
</style>
border-color css
<style>
span { border-color: #CDF756; }
span { border-color: rgb(205,247,86); }
td.TdClassName
{
border-color: #CDF756;
}
.TagClassName
{
border-color: #CDF756;
}
</style>