Shades of Mindaro #CDF55E
Tints of Mindaro #CDF55E
RGB
CMYK
RGB Variations
Color information
#CDF55E (or 0xCDF55E) is known color: Mindaro. HEX triplet: CD, F5 and 5E. RGB value is (205,245,94). Sum of RGB (Red+Green+Blue) = 205+245+94=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF55E is #320AA1. Grayscale: #D8D8D8. Windows color (decimal): -3279522 or 6223309. OLE color: 6223309.
HSL color Cylindrical-coordinate representation of color #CDF55E: hue angle of 75.89º degrees, saturation: 0.88, 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 #CDF55E is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 94 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.89º | 0.88% | 0.66% | - |
| HSV(B) | 75.89º | 0.62% | 0.96% | - |
| XYZ | 59.85 | 79.09 | 22.7 | - |
| YUV | 215.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 94 | 0.16 | 0 | 0.62 | 0.04 | 75.89 | 0.88 | 0.66 |
| Hex | CD | F5 | 5E | 10 | 0 | 3E | 4 | 4C | 58 | 42 |
| Octal | 315 | 365 | 136 | 20 | 0 | 76 | 4 | 114 | 130 | 102 |
| Binary | 11001101 | 11110101 | 1011110 | 10000 | 0 | 111110 | 100 | 1001100 | 1011000 | 1000010 |
Color Harmonies of #CDF55E
Complementary color
Monochromatic Colors of #CDF55E
Black with #CDF55E
Text Example
Text Example
White with #CDF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF55E; }
p { color: rgb(205,245,94); }
H1.HeaderClassName
{
color: #CDF55E;
}
.AnyTagClassName
{
color: #CDF55E;
}
</style>
background-color css
<style>
a { background-color: #CDF55E; }
a { background-color: rgb(205,245,94); }
div.DivClassName
{
background-color: #CDF55E;
}
.BgClassName
{
background-color: #CDF55E;
}
</style>
border-color css
<style>
span { border-color: #CDF55E; }
span { border-color: rgb(205,245,94); }
td.TdClassName
{
border-color: #CDF55E;
}
.TagClassName
{
border-color: #CDF55E;
}
</style>