Shades of Mindaro #CDE071
Tints of Mindaro #CDE071
RGB
CMYK
RGB Variations
Color information
#CDE071 (or 0xCDE071) is known color: Mindaro. HEX triplet: CD, E0 and 71. RGB value is (205,224,113). Sum of RGB (Red+Green+Blue) = 205+224+113=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE071 is #321F8E. Grayscale: #CECECE. Windows color (decimal): -3284879 or 7463117. OLE color: 7463117.
HSL color Cylindrical-coordinate representation of color #CDE071: hue angle of 70.27º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE071 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 113 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.12 |
| HSL | 70.27º | 0.64% | 0.66% | - |
| HSV(B) | 70.27º | 0.5% | 0.88% | - |
| XYZ | 54.81 | 67.48 | 25.76 | - |
| YUV | 205.67 | 75.71 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 113 | 0.08 | 0 | 0.50 | 0.12 | 70.27 | 0.64 | 0.66 |
| Hex | CD | E0 | 71 | 8 | 0 | 32 | C | 46 | 40 | 42 |
| Octal | 315 | 340 | 161 | 10 | 0 | 62 | 14 | 106 | 100 | 102 |
| Binary | 11001101 | 11100000 | 1110001 | 1000 | 0 | 110010 | 1100 | 1000110 | 1000000 | 1000010 |
Color Harmonies of #CDE071
Complementary color
Monochromatic Colors of #CDE071
Black with #CDE071
Text Example
Text Example
White with #CDE071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE071; }
p { color: rgb(205,224,113); }
H1.HeaderClassName
{
color: #CDE071;
}
.AnyTagClassName
{
color: #CDE071;
}
</style>
background-color css
<style>
a { background-color: #CDE071; }
a { background-color: rgb(205,224,113); }
div.DivClassName
{
background-color: #CDE071;
}
.BgClassName
{
background-color: #CDE071;
}
</style>
border-color css
<style>
span { border-color: #CDE071; }
span { border-color: rgb(205,224,113); }
td.TdClassName
{
border-color: #CDE071;
}
.TagClassName
{
border-color: #CDE071;
}
</style>