Shades of Mindaro #CDF056
Tints of Mindaro #CDF056
RGB
CMYK
RGB Variations
Color information
#CDF056 (or 0xCDF056) is known color: Mindaro. HEX triplet: CD, F0 and 56. RGB value is (205,240,86). Sum of RGB (Red+Green+Blue) = 205+240+86=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF056 is #320FA9. Grayscale: #D4D4D4. Windows color (decimal): -3280810 or 5697741. OLE color: 5697741.
HSL color Cylindrical-coordinate representation of color #CDF056: hue angle of 73.64º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF056 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 86 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.06 |
| HSL | 73.64º | 0.84% | 0.64% | - |
| HSV(B) | 73.64º | 0.64% | 0.94% | - |
| XYZ | 58.02 | 75.97 | 20.41 | - |
| YUV | 211.98 | 56.9 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 86 | 0.15 | 0 | 0.64 | 0.06 | 73.64 | 0.84 | 0.64 |
| Hex | CD | F0 | 56 | F | 0 | 40 | 6 | 4A | 54 | 40 |
| Octal | 315 | 360 | 126 | 17 | 0 | 100 | 6 | 112 | 124 | 100 |
| Binary | 11001101 | 11110000 | 1010110 | 1111 | 0 | 1000000 | 110 | 1001010 | 1010100 | 1000000 |
Color Harmonies of #CDF056
Complementary color
Monochromatic Colors of #CDF056
Black with #CDF056
Text Example
Text Example
White with #CDF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF056; }
p { color: rgb(205,240,86); }
H1.HeaderClassName
{
color: #CDF056;
}
.AnyTagClassName
{
color: #CDF056;
}
</style>
background-color css
<style>
a { background-color: #CDF056; }
a { background-color: rgb(205,240,86); }
div.DivClassName
{
background-color: #CDF056;
}
.BgClassName
{
background-color: #CDF056;
}
</style>
border-color css
<style>
span { border-color: #CDF056; }
span { border-color: rgb(205,240,86); }
td.TdClassName
{
border-color: #CDF056;
}
.TagClassName
{
border-color: #CDF056;
}
</style>