Shades of Mindaro #CDE260
Tints of Mindaro #CDE260
RGB
CMYK
RGB Variations
Color information
#CDE260 (or 0xCDE260) is known color: Mindaro. HEX triplet: CD, E2 and 60. RGB value is (205,226,96). Sum of RGB (Red+Green+Blue) = 205+226+96=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE260 is #321D9F. Grayscale: #CDCDCD. Windows color (decimal): -3284384 or 6349517. OLE color: 6349517.
HSL color Cylindrical-coordinate representation of color #CDE260: hue angle of 69.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDE260 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 96 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.11 |
| HSL | 69.69º | 0.69% | 0.63% | - |
| HSV(B) | 69.69º | 0.58% | 0.89% | - |
| XYZ | 54.48 | 68.22 | 21.36 | - |
| YUV | 204.9 | 66.54 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 96 | 0.09 | 0 | 0.58 | 0.11 | 69.69 | 0.69 | 0.63 |
| Hex | CD | E2 | 60 | 9 | 0 | 3A | B | 46 | 45 | 3F |
| Octal | 315 | 342 | 140 | 11 | 0 | 72 | 13 | 106 | 105 | 77 |
| Binary | 11001101 | 11100010 | 1100000 | 1001 | 0 | 111010 | 1011 | 1000110 | 1000101 | 111111 |
Color Harmonies of #CDE260
Complementary color
Monochromatic Colors of #CDE260
Black with #CDE260
Text Example
Text Example
White with #CDE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE260; }
p { color: rgb(205,226,96); }
H1.HeaderClassName
{
color: #CDE260;
}
.AnyTagClassName
{
color: #CDE260;
}
</style>
background-color css
<style>
a { background-color: #CDE260; }
a { background-color: rgb(205,226,96); }
div.DivClassName
{
background-color: #CDE260;
}
.BgClassName
{
background-color: #CDE260;
}
</style>
border-color css
<style>
span { border-color: #CDE260; }
span { border-color: rgb(205,226,96); }
td.TdClassName
{
border-color: #CDE260;
}
.TagClassName
{
border-color: #CDE260;
}
</style>