Shades of Mindaro #CDE263
Tints of Mindaro #CDE263
RGB
CMYK
RGB Variations
Color information
#CDE263 (or 0xCDE263) is known color: Mindaro. HEX triplet: CD, E2 and 63. RGB value is (205,226,99). Sum of RGB (Red+Green+Blue) = 205+226+99=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE263 is #321D9C. Grayscale: #CDCDCD. Windows color (decimal): -3284381 or 6546125. OLE color: 6546125.
HSL color Cylindrical-coordinate representation of color #CDE263: hue angle of 69.92º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDE263 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 99 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.11 |
| HSL | 69.92º | 0.69% | 0.64% | - |
| HSV(B) | 69.92º | 0.56% | 0.89% | - |
| XYZ | 54.63 | 68.27 | 22.1 | - |
| YUV | 205.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 99 | 0.09 | 0 | 0.56 | 0.11 | 69.92 | 0.69 | 0.64 |
| Hex | CD | E2 | 63 | 9 | 0 | 38 | B | 46 | 45 | 40 |
| Octal | 315 | 342 | 143 | 11 | 0 | 70 | 13 | 106 | 105 | 100 |
| Binary | 11001101 | 11100010 | 1100011 | 1001 | 0 | 111000 | 1011 | 1000110 | 1000101 | 1000000 |
Color Harmonies of #CDE263
Complementary color
Monochromatic Colors of #CDE263
Black with #CDE263
Text Example
Text Example
White with #CDE263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE263; }
p { color: rgb(205,226,99); }
H1.HeaderClassName
{
color: #CDE263;
}
.AnyTagClassName
{
color: #CDE263;
}
</style>
background-color css
<style>
a { background-color: #CDE263; }
a { background-color: rgb(205,226,99); }
div.DivClassName
{
background-color: #CDE263;
}
.BgClassName
{
background-color: #CDE263;
}
</style>
border-color css
<style>
span { border-color: #CDE263; }
span { border-color: rgb(205,226,99); }
td.TdClassName
{
border-color: #CDE263;
}
.TagClassName
{
border-color: #CDE263;
}
</style>