Shades of Mindaro #CDE270
Tints of Mindaro #CDE270
RGB
CMYK
RGB Variations
Color information
#CDE270 (or 0xCDE270) is known color: Mindaro. HEX triplet: CD, E2 and 70. RGB value is (205,226,112). Sum of RGB (Red+Green+Blue) = 205+226+112=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE270 is #321D8F. Grayscale: #CFCFCF. Windows color (decimal): -3284368 or 7398093. OLE color: 7398093.
HSL color Cylindrical-coordinate representation of color #CDE270: hue angle of 71.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE270 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 112 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.11 |
| HSL | 71.05º | 0.66% | 0.66% | - |
| HSV(B) | 71.05º | 0.5% | 0.89% | - |
| XYZ | 55.3 | 68.54 | 25.64 | - |
| YUV | 206.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 112 | 0.09 | 0 | 0.50 | 0.11 | 71.05 | 0.66 | 0.66 |
| Hex | CD | E2 | 70 | 9 | 0 | 32 | B | 47 | 42 | 42 |
| Octal | 315 | 342 | 160 | 11 | 0 | 62 | 13 | 107 | 102 | 102 |
| Binary | 11001101 | 11100010 | 1110000 | 1001 | 0 | 110010 | 1011 | 1000111 | 1000010 | 1000010 |
Color Harmonies of #CDE270
Complementary color
Monochromatic Colors of #CDE270
Black with #CDE270
Text Example
Text Example
White with #CDE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE270; }
p { color: rgb(205,226,112); }
H1.HeaderClassName
{
color: #CDE270;
}
.AnyTagClassName
{
color: #CDE270;
}
</style>
background-color css
<style>
a { background-color: #CDE270; }
a { background-color: rgb(205,226,112); }
div.DivClassName
{
background-color: #CDE270;
}
.BgClassName
{
background-color: #CDE270;
}
</style>
border-color css
<style>
span { border-color: #CDE270; }
span { border-color: rgb(205,226,112); }
td.TdClassName
{
border-color: #CDE270;
}
.TagClassName
{
border-color: #CDE270;
}
</style>