Shades of Mindaro #CDF256
Tints of Mindaro #CDF256
RGB
CMYK
RGB Variations
Color information
#CDF256 (or 0xCDF256) is known color: Mindaro. HEX triplet: CD, F2 and 56. RGB value is (205,242,86). Sum of RGB (Red+Green+Blue) = 205+242+86=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF256 is #320DA9. Grayscale: #D5D5D5. Windows color (decimal): -3280298 or 5698253. OLE color: 5698253.
HSL color Cylindrical-coordinate representation of color #CDF256: hue angle of 74.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF256 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 86 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.05 |
| HSL | 74.23º | 0.86% | 0.64% | - |
| HSV(B) | 74.23º | 0.64% | 0.95% | - |
| XYZ | 58.61 | 77.16 | 20.61 | - |
| YUV | 213.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 86 | 0.15 | 0 | 0.64 | 0.05 | 74.23 | 0.86 | 0.64 |
| Hex | CD | F2 | 56 | F | 0 | 40 | 5 | 4A | 56 | 40 |
| Octal | 315 | 362 | 126 | 17 | 0 | 100 | 5 | 112 | 126 | 100 |
| Binary | 11001101 | 11110010 | 1010110 | 1111 | 0 | 1000000 | 101 | 1001010 | 1010110 | 1000000 |
Color Harmonies of #CDF256
Complementary color
Monochromatic Colors of #CDF256
Black with #CDF256
Text Example
Text Example
White with #CDF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF256; }
p { color: rgb(205,242,86); }
H1.HeaderClassName
{
color: #CDF256;
}
.AnyTagClassName
{
color: #CDF256;
}
</style>
background-color css
<style>
a { background-color: #CDF256; }
a { background-color: rgb(205,242,86); }
div.DivClassName
{
background-color: #CDF256;
}
.BgClassName
{
background-color: #CDF256;
}
</style>
border-color css
<style>
span { border-color: #CDF256; }
span { border-color: rgb(205,242,86); }
td.TdClassName
{
border-color: #CDF256;
}
.TagClassName
{
border-color: #CDF256;
}
</style>