Shades of Mindaro #CDF856
Tints of Mindaro #CDF856
RGB
CMYK
RGB Variations
Color information
#CDF856 (or 0xCDF856) is known color: Mindaro. HEX triplet: CD, F8 and 56. RGB value is (205,248,86). Sum of RGB (Red+Green+Blue) = 205+248+86=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF856 is #3207A9. Grayscale: #D9D9D9. Windows color (decimal): -3278762 or 5699789. OLE color: 5699789.
HSL color Cylindrical-coordinate representation of color #CDF856: hue angle of 75.93º degrees, saturation: 0.92, 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 #CDF856 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 86 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.03 |
| HSL | 75.93º | 0.92% | 0.65% | - |
| HSV(B) | 75.93º | 0.65% | 0.97% | - |
| XYZ | 60.42 | 80.79 | 21.21 | - |
| YUV | 216.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 86 | 0.17 | 0 | 0.65 | 0.03 | 75.93 | 0.92 | 0.65 |
| Hex | CD | F8 | 56 | 11 | 0 | 41 | 3 | 4C | 5C | 41 |
| Octal | 315 | 370 | 126 | 21 | 0 | 101 | 3 | 114 | 134 | 101 |
| Binary | 11001101 | 11111000 | 1010110 | 10001 | 0 | 1000001 | 11 | 1001100 | 1011100 | 1000001 |
Color Harmonies of #CDF856
Complementary color
Monochromatic Colors of #CDF856
Black with #CDF856
Text Example
Text Example
White with #CDF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF856; }
p { color: rgb(205,248,86); }
H1.HeaderClassName
{
color: #CDF856;
}
.AnyTagClassName
{
color: #CDF856;
}
</style>
background-color css
<style>
a { background-color: #CDF856; }
a { background-color: rgb(205,248,86); }
div.DivClassName
{
background-color: #CDF856;
}
.BgClassName
{
background-color: #CDF856;
}
</style>
border-color css
<style>
span { border-color: #CDF856; }
span { border-color: rgb(205,248,86); }
td.TdClassName
{
border-color: #CDF856;
}
.TagClassName
{
border-color: #CDF856;
}
</style>