Shades of Mindaro #CDF758
Tints of Mindaro #CDF758
RGB
CMYK
RGB Variations
Color information
#CDF758 (or 0xCDF758) is known color: Mindaro. HEX triplet: CD, F7 and 58. RGB value is (205,247,88). Sum of RGB (Red+Green+Blue) = 205+247+88=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF758 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF758 is #3208A7. Grayscale: #D8D8D8. Windows color (decimal): -3279016 or 5830605. OLE color: 5830605.
HSL color Cylindrical-coordinate representation of color #CDF758: hue angle of 75.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF758 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 88 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.03 |
| HSL | 75.85º | 0.91% | 0.66% | - |
| HSV(B) | 75.85º | 0.64% | 0.97% | - |
| XYZ | 60.2 | 80.21 | 21.54 | - |
| YUV | 216.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 88 | 0.17 | 0 | 0.64 | 0.03 | 75.85 | 0.91 | 0.66 |
| Hex | CD | F7 | 58 | 11 | 0 | 40 | 3 | 4C | 5B | 42 |
| Octal | 315 | 367 | 130 | 21 | 0 | 100 | 3 | 114 | 133 | 102 |
| Binary | 11001101 | 11110111 | 1011000 | 10001 | 0 | 1000000 | 11 | 1001100 | 1011011 | 1000010 |
Color Harmonies of #CDF758
Complementary color
Monochromatic Colors of #CDF758
Black with #CDF758
Text Example
Text Example
White with #CDF758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF758; }
p { color: rgb(205,247,88); }
H1.HeaderClassName
{
color: #CDF758;
}
.AnyTagClassName
{
color: #CDF758;
}
</style>
background-color css
<style>
a { background-color: #CDF758; }
a { background-color: rgb(205,247,88); }
div.DivClassName
{
background-color: #CDF758;
}
.BgClassName
{
background-color: #CDF758;
}
</style>
border-color css
<style>
span { border-color: #CDF758; }
span { border-color: rgb(205,247,88); }
td.TdClassName
{
border-color: #CDF758;
}
.TagClassName
{
border-color: #CDF758;
}
</style>