Shades of Mindaro #CDE064
Tints of Mindaro #CDE064
RGB
CMYK
RGB Variations
Color information
#CDE064 (or 0xCDE064) is known color: Mindaro. HEX triplet: CD, E0 and 64. RGB value is (205,224,100). Sum of RGB (Red+Green+Blue) = 205+224+100=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE064 is #321F9B. Grayscale: #CCCCCC. Windows color (decimal): -3284892 or 6611149. OLE color: 6611149.
HSL color Cylindrical-coordinate representation of color #CDE064: hue angle of 69.19º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE064 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 100 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.12 |
| HSL | 69.19º | 0.67% | 0.64% | - |
| HSV(B) | 69.19º | 0.55% | 0.88% | - |
| XYZ | 54.13 | 67.21 | 22.18 | - |
| YUV | 204.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 100 | 0.08 | 0 | 0.55 | 0.12 | 69.19 | 0.67 | 0.64 |
| Hex | CD | E0 | 64 | 8 | 0 | 37 | C | 45 | 43 | 40 |
| Octal | 315 | 340 | 144 | 10 | 0 | 67 | 14 | 105 | 103 | 100 |
| Binary | 11001101 | 11100000 | 1100100 | 1000 | 0 | 110111 | 1100 | 1000101 | 1000011 | 1000000 |
Color Harmonies of #CDE064
Complementary color
Monochromatic Colors of #CDE064
Black with #CDE064
Text Example
Text Example
White with #CDE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE064; }
p { color: rgb(205,224,100); }
H1.HeaderClassName
{
color: #CDE064;
}
.AnyTagClassName
{
color: #CDE064;
}
</style>
background-color css
<style>
a { background-color: #CDE064; }
a { background-color: rgb(205,224,100); }
div.DivClassName
{
background-color: #CDE064;
}
.BgClassName
{
background-color: #CDE064;
}
</style>
border-color css
<style>
span { border-color: #CDE064; }
span { border-color: rgb(205,224,100); }
td.TdClassName
{
border-color: #CDE064;
}
.TagClassName
{
border-color: #CDE064;
}
</style>