Shades of Mindaro #CDE364
Tints of Mindaro #CDE364
RGB
CMYK
RGB Variations
Color information
#CDE364 (or 0xCDE364) is known color: Mindaro. HEX triplet: CD, E3 and 64. RGB value is (205,227,100). Sum of RGB (Red+Green+Blue) = 205+227+100=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE364 is #321C9B. Grayscale: #CECECE. Windows color (decimal): -3284124 or 6611917. OLE color: 6611917.
HSL color Cylindrical-coordinate representation of color #CDE364: hue angle of 70.39º 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 #CDE364 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 100 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.11 |
| HSL | 70.39º | 0.69% | 0.64% | - |
| HSV(B) | 70.39º | 0.56% | 0.89% | - |
| XYZ | 54.95 | 68.84 | 22.45 | - |
| YUV | 205.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 100 | 0.10 | 0 | 0.56 | 0.11 | 70.39 | 0.69 | 0.64 |
| Hex | CD | E3 | 64 | A | 0 | 38 | B | 46 | 45 | 40 |
| Octal | 315 | 343 | 144 | 12 | 0 | 70 | 13 | 106 | 105 | 100 |
| Binary | 11001101 | 11100011 | 1100100 | 1010 | 0 | 111000 | 1011 | 1000110 | 1000101 | 1000000 |
Color Harmonies of #CDE364
Complementary color
Monochromatic Colors of #CDE364
Black with #CDE364
Text Example
Text Example
White with #CDE364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE364; }
p { color: rgb(205,227,100); }
H1.HeaderClassName
{
color: #CDE364;
}
.AnyTagClassName
{
color: #CDE364;
}
</style>
background-color css
<style>
a { background-color: #CDE364; }
a { background-color: rgb(205,227,100); }
div.DivClassName
{
background-color: #CDE364;
}
.BgClassName
{
background-color: #CDE364;
}
</style>
border-color css
<style>
span { border-color: #CDE364; }
span { border-color: rgb(205,227,100); }
td.TdClassName
{
border-color: #CDE364;
}
.TagClassName
{
border-color: #CDE364;
}
</style>