Shades of Mindaro #CDF865
Tints of Mindaro #CDF865
RGB
CMYK
RGB Variations
Color information
#CDF865 (or 0xCDF865) is known color: Mindaro. HEX triplet: CD, F8 and 65. RGB value is (205,248,101). Sum of RGB (Red+Green+Blue) = 205+248+101=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF865 is #32079A. Grayscale: #DADADA. Windows color (decimal): -3278747 or 6682829. OLE color: 6682829.
HSL color Cylindrical-coordinate representation of color #CDF865: hue angle of 77.55º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDF865 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 101 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.03 |
| HSL | 77.55º | 0.91% | 0.68% | - |
| HSV(B) | 77.55º | 0.59% | 0.97% | - |
| XYZ | 61.09 | 81.05 | 24.74 | - |
| YUV | 218.39 | 61.75 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 101 | 0.17 | 0 | 0.59 | 0.03 | 77.55 | 0.91 | 0.68 |
| Hex | CD | F8 | 65 | 11 | 0 | 3B | 3 | 4E | 5B | 44 |
| Octal | 315 | 370 | 145 | 21 | 0 | 73 | 3 | 116 | 133 | 104 |
| Binary | 11001101 | 11111000 | 1100101 | 10001 | 0 | 111011 | 11 | 1001110 | 1011011 | 1000100 |
Color Harmonies of #CDF865
Complementary color
Monochromatic Colors of #CDF865
Black with #CDF865
Text Example
Text Example
White with #CDF865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF865; }
p { color: rgb(205,248,101); }
H1.HeaderClassName
{
color: #CDF865;
}
.AnyTagClassName
{
color: #CDF865;
}
</style>
background-color css
<style>
a { background-color: #CDF865; }
a { background-color: rgb(205,248,101); }
div.DivClassName
{
background-color: #CDF865;
}
.BgClassName
{
background-color: #CDF865;
}
</style>
border-color css
<style>
span { border-color: #CDF865; }
span { border-color: rgb(205,248,101); }
td.TdClassName
{
border-color: #CDF865;
}
.TagClassName
{
border-color: #CDF865;
}
</style>