Shades of Mindaro #CDF751
Tints of Mindaro #CDF751
RGB
CMYK
RGB Variations
Color information
#CDF751 (or 0xCDF751) is known color: Mindaro. HEX triplet: CD, F7 and 51. RGB value is (205,247,81). Sum of RGB (Red+Green+Blue) = 205+247+81=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF751 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF751 is #3208AE. Grayscale: #D8D8D8. Windows color (decimal): -3279023 or 5371853. OLE color: 5371853.
HSL color Cylindrical-coordinate representation of color #CDF751: hue angle of 75.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDF751 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 81 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.03 |
| HSL | 75.18º | 0.91% | 0.64% | - |
| HSV(B) | 75.18º | 0.67% | 0.97% | - |
| XYZ | 59.92 | 80.09 | 20.09 | - |
| YUV | 215.52 | 52.09 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 81 | 0.17 | 0 | 0.67 | 0.03 | 75.18 | 0.91 | 0.64 |
| Hex | CD | F7 | 51 | 11 | 0 | 43 | 3 | 4B | 5B | 40 |
| Octal | 315 | 367 | 121 | 21 | 0 | 103 | 3 | 113 | 133 | 100 |
| Binary | 11001101 | 11110111 | 1010001 | 10001 | 0 | 1000011 | 11 | 1001011 | 1011011 | 1000000 |
Color Harmonies of #CDF751
Complementary color
Monochromatic Colors of #CDF751
Black with #CDF751
Text Example
Text Example
White with #CDF751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF751; }
p { color: rgb(205,247,81); }
H1.HeaderClassName
{
color: #CDF751;
}
.AnyTagClassName
{
color: #CDF751;
}
</style>
background-color css
<style>
a { background-color: #CDF751; }
a { background-color: rgb(205,247,81); }
div.DivClassName
{
background-color: #CDF751;
}
.BgClassName
{
background-color: #CDF751;
}
</style>
border-color css
<style>
span { border-color: #CDF751; }
span { border-color: rgb(205,247,81); }
td.TdClassName
{
border-color: #CDF751;
}
.TagClassName
{
border-color: #CDF751;
}
</style>