Shades of Mindaro #CDF456
Tints of Mindaro #CDF456
RGB
CMYK
RGB Variations
Color information
#CDF456 (or 0xCDF456) is known color: Mindaro. HEX triplet: CD, F4 and 56. RGB value is (205,244,86). Sum of RGB (Red+Green+Blue) = 205+244+86=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF456 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF456 is #320BA9. Grayscale: #D6D6D6. Windows color (decimal): -3279786 or 5698765. OLE color: 5698765.
HSL color Cylindrical-coordinate representation of color #CDF456: hue angle of 74.81º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDF456 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 86 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.04 |
| HSL | 74.81º | 0.88% | 0.65% | - |
| HSV(B) | 74.81º | 0.65% | 0.96% | - |
| XYZ | 59.21 | 78.35 | 20.81 | - |
| YUV | 214.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 86 | 0.16 | 0 | 0.65 | 0.04 | 74.81 | 0.88 | 0.65 |
| Hex | CD | F4 | 56 | 10 | 0 | 41 | 4 | 4B | 58 | 41 |
| Octal | 315 | 364 | 126 | 20 | 0 | 101 | 4 | 113 | 130 | 101 |
| Binary | 11001101 | 11110100 | 1010110 | 10000 | 0 | 1000001 | 100 | 1001011 | 1011000 | 1000001 |
Color Harmonies of #CDF456
Complementary color
Monochromatic Colors of #CDF456
Black with #CDF456
Text Example
Text Example
White with #CDF456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF456; }
p { color: rgb(205,244,86); }
H1.HeaderClassName
{
color: #CDF456;
}
.AnyTagClassName
{
color: #CDF456;
}
</style>
background-color css
<style>
a { background-color: #CDF456; }
a { background-color: rgb(205,244,86); }
div.DivClassName
{
background-color: #CDF456;
}
.BgClassName
{
background-color: #CDF456;
}
</style>
border-color css
<style>
span { border-color: #CDF456; }
span { border-color: rgb(205,244,86); }
td.TdClassName
{
border-color: #CDF456;
}
.TagClassName
{
border-color: #CDF456;
}
</style>