Shades of Mindaro #CDF861
Tints of Mindaro #CDF861
RGB
CMYK
RGB Variations
Color information
#CDF861 (or 0xCDF861) is known color: Mindaro. HEX triplet: CD, F8 and 61. RGB value is (205,248,97). Sum of RGB (Red+Green+Blue) = 205+248+97=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF861 is #32079E. Grayscale: #DADADA. Windows color (decimal): -3278751 or 6420685. OLE color: 6420685.
HSL color Cylindrical-coordinate representation of color #CDF861: hue angle of 77.09º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF861 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 97 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.03 |
| HSL | 77.09º | 0.92% | 0.68% | - |
| HSV(B) | 77.09º | 0.61% | 0.97% | - |
| XYZ | 60.9 | 80.98 | 23.73 | - |
| YUV | 217.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 97 | 0.17 | 0 | 0.61 | 0.03 | 77.09 | 0.92 | 0.68 |
| Hex | CD | F8 | 61 | 11 | 0 | 3D | 3 | 4D | 5C | 44 |
| Octal | 315 | 370 | 141 | 21 | 0 | 75 | 3 | 115 | 134 | 104 |
| Binary | 11001101 | 11111000 | 1100001 | 10001 | 0 | 111101 | 11 | 1001101 | 1011100 | 1000100 |
Color Harmonies of #CDF861
Complementary color
Monochromatic Colors of #CDF861
Black with #CDF861
Text Example
Text Example
White with #CDF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF861; }
p { color: rgb(205,248,97); }
H1.HeaderClassName
{
color: #CDF861;
}
.AnyTagClassName
{
color: #CDF861;
}
</style>
background-color css
<style>
a { background-color: #CDF861; }
a { background-color: rgb(205,248,97); }
div.DivClassName
{
background-color: #CDF861;
}
.BgClassName
{
background-color: #CDF861;
}
</style>
border-color css
<style>
span { border-color: #CDF861; }
span { border-color: rgb(205,248,97); }
td.TdClassName
{
border-color: #CDF861;
}
.TagClassName
{
border-color: #CDF861;
}
</style>