Shades of Mindaro #CDE474
Tints of Mindaro #CDE474
RGB
CMYK
RGB Variations
Color information
#CDE474 (or 0xCDE474) is known color: Mindaro. HEX triplet: CD, E4 and 74. RGB value is (205,228,116). Sum of RGB (Red+Green+Blue) = 205+228+116=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE474 is #321B8B. Grayscale: #D0D0D0. Windows color (decimal): -3283852 or 7660749. OLE color: 7660749.
HSL color Cylindrical-coordinate representation of color #CDE474: hue angle of 72.32º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDE474 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 116 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.11 |
| HSL | 72.32º | 0.67% | 0.67% | - |
| HSV(B) | 72.32º | 0.49% | 0.89% | - |
| XYZ | 56.07 | 69.73 | 27.03 | - |
| YUV | 208.36 | 75.88 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 116 | 0.10 | 0 | 0.49 | 0.11 | 72.32 | 0.67 | 0.67 |
| Hex | CD | E4 | 74 | A | 0 | 31 | B | 48 | 43 | 43 |
| Octal | 315 | 344 | 164 | 12 | 0 | 61 | 13 | 110 | 103 | 103 |
| Binary | 11001101 | 11100100 | 1110100 | 1010 | 0 | 110001 | 1011 | 1001000 | 1000011 | 1000011 |
Color Harmonies of #CDE474
Complementary color
Monochromatic Colors of #CDE474
Black with #CDE474
Text Example
Text Example
White with #CDE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE474; }
p { color: rgb(205,228,116); }
H1.HeaderClassName
{
color: #CDE474;
}
.AnyTagClassName
{
color: #CDE474;
}
</style>
background-color css
<style>
a { background-color: #CDE474; }
a { background-color: rgb(205,228,116); }
div.DivClassName
{
background-color: #CDE474;
}
.BgClassName
{
background-color: #CDE474;
}
</style>
border-color css
<style>
span { border-color: #CDE474; }
span { border-color: rgb(205,228,116); }
td.TdClassName
{
border-color: #CDE474;
}
.TagClassName
{
border-color: #CDE474;
}
</style>