Shades of Mindaro #CDF652
Tints of Mindaro #CDF652
RGB
CMYK
RGB Variations
Color information
#CDF652 (or 0xCDF652) is known color: Mindaro. HEX triplet: CD, F6 and 52. RGB value is (205,246,82). Sum of RGB (Red+Green+Blue) = 205+246+82=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF652 is #3209AD. Grayscale: #D7D7D7. Windows color (decimal): -3279278 or 5437133. OLE color: 5437133.
HSL color Cylindrical-coordinate representation of color #CDF652: hue angle of 75º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDF652 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 82 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 75º | 0.9% | 0.64% | - |
| HSV(B) | 75º | 0.67% | 0.96% | - |
| XYZ | 59.66 | 79.5 | 20.18 | - |
| YUV | 215.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 82 | 0.17 | 0 | 0.67 | 0.04 | 75 | 0.9 | 0.64 |
| Hex | CD | F6 | 52 | 11 | 0 | 43 | 4 | 4B | 5A | 40 |
| Octal | 315 | 366 | 122 | 21 | 0 | 103 | 4 | 113 | 132 | 100 |
| Binary | 11001101 | 11110110 | 1010010 | 10001 | 0 | 1000011 | 100 | 1001011 | 1011010 | 1000000 |
Color Harmonies of #CDF652
Complementary color
Monochromatic Colors of #CDF652
Black with #CDF652
Text Example
Text Example
White with #CDF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF652; }
p { color: rgb(205,246,82); }
H1.HeaderClassName
{
color: #CDF652;
}
.AnyTagClassName
{
color: #CDF652;
}
</style>
background-color css
<style>
a { background-color: #CDF652; }
a { background-color: rgb(205,246,82); }
div.DivClassName
{
background-color: #CDF652;
}
.BgClassName
{
background-color: #CDF652;
}
</style>
border-color css
<style>
span { border-color: #CDF652; }
span { border-color: rgb(205,246,82); }
td.TdClassName
{
border-color: #CDF652;
}
.TagClassName
{
border-color: #CDF652;
}
</style>