Shades of Mindaro #CDE871
Tints of Mindaro #CDE871
RGB
CMYK
RGB Variations
Color information
#CDE871 (or 0xCDE871) is known color: Mindaro. HEX triplet: CD, E8 and 71. RGB value is (205,232,113). Sum of RGB (Red+Green+Blue) = 205+232+113=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE871 is #32178E. Grayscale: #D2D2D2. Windows color (decimal): -3282831 or 7465165. OLE color: 7465165.
HSL color Cylindrical-coordinate representation of color #CDE871: hue angle of 73.61º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDE871 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 113 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.09 |
| HSL | 73.61º | 0.72% | 0.68% | - |
| HSV(B) | 73.61º | 0.51% | 0.91% | - |
| XYZ | 57.01 | 71.88 | 26.49 | - |
| YUV | 210.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 113 | 0.12 | 0 | 0.51 | 0.09 | 73.61 | 0.72 | 0.68 |
| Hex | CD | E8 | 71 | C | 0 | 33 | 9 | 4A | 48 | 44 |
| Octal | 315 | 350 | 161 | 14 | 0 | 63 | 11 | 112 | 110 | 104 |
| Binary | 11001101 | 11101000 | 1110001 | 1100 | 0 | 110011 | 1001 | 1001010 | 1001000 | 1000100 |
Color Harmonies of #CDE871
Complementary color
Monochromatic Colors of #CDE871
Black with #CDE871
Text Example
Text Example
White with #CDE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE871; }
p { color: rgb(205,232,113); }
H1.HeaderClassName
{
color: #CDE871;
}
.AnyTagClassName
{
color: #CDE871;
}
</style>
background-color css
<style>
a { background-color: #CDE871; }
a { background-color: rgb(205,232,113); }
div.DivClassName
{
background-color: #CDE871;
}
.BgClassName
{
background-color: #CDE871;
}
</style>
border-color css
<style>
span { border-color: #CDE871; }
span { border-color: rgb(205,232,113); }
td.TdClassName
{
border-color: #CDE871;
}
.TagClassName
{
border-color: #CDE871;
}
</style>