Shades of Mindaro #CDE370
Tints of Mindaro #CDE370
RGB
CMYK
RGB Variations
Color information
#CDE370 (or 0xCDE370) is known color: Mindaro. HEX triplet: CD, E3 and 70. RGB value is (205,227,112). Sum of RGB (Red+Green+Blue) = 205+227+112=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE370 is #321C8F. Grayscale: #CFCFCF. Windows color (decimal): -3284112 or 7398349. OLE color: 7398349.
HSL color Cylindrical-coordinate representation of color #CDE370: hue angle of 71.48º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDE370 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 112 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.11 |
| HSL | 71.48º | 0.67% | 0.66% | - |
| HSV(B) | 71.48º | 0.51% | 0.89% | - |
| XYZ | 55.57 | 69.09 | 25.74 | - |
| YUV | 207.31 | 74.21 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 112 | 0.10 | 0 | 0.51 | 0.11 | 71.48 | 0.67 | 0.66 |
| Hex | CD | E3 | 70 | A | 0 | 33 | B | 47 | 43 | 42 |
| Octal | 315 | 343 | 160 | 12 | 0 | 63 | 13 | 107 | 103 | 102 |
| Binary | 11001101 | 11100011 | 1110000 | 1010 | 0 | 110011 | 1011 | 1000111 | 1000011 | 1000010 |
Color Harmonies of #CDE370
Complementary color
Monochromatic Colors of #CDE370
Black with #CDE370
Text Example
Text Example
White with #CDE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE370; }
p { color: rgb(205,227,112); }
H1.HeaderClassName
{
color: #CDE370;
}
.AnyTagClassName
{
color: #CDE370;
}
</style>
background-color css
<style>
a { background-color: #CDE370; }
a { background-color: rgb(205,227,112); }
div.DivClassName
{
background-color: #CDE370;
}
.BgClassName
{
background-color: #CDE370;
}
</style>
border-color css
<style>
span { border-color: #CDE370; }
span { border-color: rgb(205,227,112); }
td.TdClassName
{
border-color: #CDE370;
}
.TagClassName
{
border-color: #CDE370;
}
</style>