Shades of Mindaro #CDF065
Tints of Mindaro #CDF065
RGB
CMYK
RGB Variations
Color information
#CDF065 (or 0xCDF065) is known color: Mindaro. HEX triplet: CD, F0 and 65. RGB value is (205,240,101). Sum of RGB (Red+Green+Blue) = 205+240+101=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF065 is #320F9A. Grayscale: #D6D6D6. Windows color (decimal): -3280795 or 6680781. OLE color: 6680781.
HSL color Cylindrical-coordinate representation of color #CDF065: hue angle of 75.11º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDF065 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 101 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.06 |
| HSL | 75.11º | 0.82% | 0.67% | - |
| HSV(B) | 75.11º | 0.58% | 0.94% | - |
| XYZ | 58.69 | 76.24 | 23.93 | - |
| YUV | 213.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 101 | 0.15 | 0 | 0.58 | 0.06 | 75.11 | 0.82 | 0.67 |
| Hex | CD | F0 | 65 | F | 0 | 3A | 6 | 4B | 52 | 43 |
| Octal | 315 | 360 | 145 | 17 | 0 | 72 | 6 | 113 | 122 | 103 |
| Binary | 11001101 | 11110000 | 1100101 | 1111 | 0 | 111010 | 110 | 1001011 | 1010010 | 1000011 |
Color Harmonies of #CDF065
Complementary color
Monochromatic Colors of #CDF065
Black with #CDF065
Text Example
Text Example
White with #CDF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF065; }
p { color: rgb(205,240,101); }
H1.HeaderClassName
{
color: #CDF065;
}
.AnyTagClassName
{
color: #CDF065;
}
</style>
background-color css
<style>
a { background-color: #CDF065; }
a { background-color: rgb(205,240,101); }
div.DivClassName
{
background-color: #CDF065;
}
.BgClassName
{
background-color: #CDF065;
}
</style>
border-color css
<style>
span { border-color: #CDF065; }
span { border-color: rgb(205,240,101); }
td.TdClassName
{
border-color: #CDF065;
}
.TagClassName
{
border-color: #CDF065;
}
</style>