Shades of Mindaro #CDE374
Tints of Mindaro #CDE374
RGB
CMYK
RGB Variations
Color information
#CDE374 (or 0xCDE374) is known color: Mindaro. HEX triplet: CD, E3 and 74. RGB value is (205,227,116). Sum of RGB (Red+Green+Blue) = 205+227+116=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE374 is #321C8B. Grayscale: #D0D0D0. Windows color (decimal): -3284108 or 7660493. OLE color: 7660493.
HSL color Cylindrical-coordinate representation of color #CDE374: hue angle of 71.89º degrees, saturation: 0.66, 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 #CDE374 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 116 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.11 |
| HSL | 71.89º | 0.66% | 0.67% | - |
| HSV(B) | 71.89º | 0.49% | 0.89% | - |
| XYZ | 55.8 | 69.18 | 26.93 | - |
| YUV | 207.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 116 | 0.10 | 0 | 0.49 | 0.11 | 71.89 | 0.66 | 0.67 |
| Hex | CD | E3 | 74 | A | 0 | 31 | B | 48 | 42 | 43 |
| Octal | 315 | 343 | 164 | 12 | 0 | 61 | 13 | 110 | 102 | 103 |
| Binary | 11001101 | 11100011 | 1110100 | 1010 | 0 | 110001 | 1011 | 1001000 | 1000010 | 1000011 |
Color Harmonies of #CDE374
Complementary color
Monochromatic Colors of #CDE374
Black with #CDE374
Text Example
Text Example
White with #CDE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE374; }
p { color: rgb(205,227,116); }
H1.HeaderClassName
{
color: #CDE374;
}
.AnyTagClassName
{
color: #CDE374;
}
</style>
background-color css
<style>
a { background-color: #CDE374; }
a { background-color: rgb(205,227,116); }
div.DivClassName
{
background-color: #CDE374;
}
.BgClassName
{
background-color: #CDE374;
}
</style>
border-color css
<style>
span { border-color: #CDE374; }
span { border-color: rgb(205,227,116); }
td.TdClassName
{
border-color: #CDE374;
}
.TagClassName
{
border-color: #CDE374;
}
</style>