Shades of Mindaro #CDF65D
Tints of Mindaro #CDF65D
RGB
CMYK
RGB Variations
Color information
#CDF65D (or 0xCDF65D) is known color: Mindaro. HEX triplet: CD, F6 and 5D. RGB value is (205,246,93). Sum of RGB (Red+Green+Blue) = 205+246+93=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF65D is #3209A2. Grayscale: #D8D8D8. Windows color (decimal): -3279267 or 6158029. OLE color: 6158029.
HSL color Cylindrical-coordinate representation of color #CDF65D: hue angle of 76.08º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDF65D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 93 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.04 |
| HSL | 76.08º | 0.89% | 0.66% | - |
| HSV(B) | 76.08º | 0.62% | 0.96% | - |
| XYZ | 60.11 | 79.68 | 22.57 | - |
| YUV | 216.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 93 | 0.17 | 0 | 0.62 | 0.04 | 76.08 | 0.89 | 0.66 |
| Hex | CD | F6 | 5D | 11 | 0 | 3E | 4 | 4C | 59 | 42 |
| Octal | 315 | 366 | 135 | 21 | 0 | 76 | 4 | 114 | 131 | 102 |
| Binary | 11001101 | 11110110 | 1011101 | 10001 | 0 | 111110 | 100 | 1001100 | 1011001 | 1000010 |
Color Harmonies of #CDF65D
Complementary color
Monochromatic Colors of #CDF65D
Black with #CDF65D
Text Example
Text Example
White with #CDF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF65D; }
p { color: rgb(205,246,93); }
H1.HeaderClassName
{
color: #CDF65D;
}
.AnyTagClassName
{
color: #CDF65D;
}
</style>
background-color css
<style>
a { background-color: #CDF65D; }
a { background-color: rgb(205,246,93); }
div.DivClassName
{
background-color: #CDF65D;
}
.BgClassName
{
background-color: #CDF65D;
}
</style>
border-color css
<style>
span { border-color: #CDF65D; }
span { border-color: rgb(205,246,93); }
td.TdClassName
{
border-color: #CDF65D;
}
.TagClassName
{
border-color: #CDF65D;
}
</style>