Shades of Mindaro #CDE675
Tints of Mindaro #CDE675
RGB
CMYK
RGB Variations
Color information
#CDE675 (or 0xCDE675) is known color: Mindaro. HEX triplet: CD, E6 and 75. RGB value is (205,230,117). Sum of RGB (Red+Green+Blue) = 205+230+117=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE675 is #32198A. Grayscale: #D2D2D2. Windows color (decimal): -3283339 or 7726797. OLE color: 7726797.
HSL color Cylindrical-coordinate representation of color #CDE675: hue angle of 73.27º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDE675 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 117 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.10 |
| HSL | 73.27º | 0.69% | 0.68% | - |
| HSV(B) | 73.27º | 0.49% | 0.9% | - |
| XYZ | 56.68 | 70.86 | 27.52 | - |
| YUV | 209.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 117 | 0.11 | 0 | 0.49 | 0.10 | 73.27 | 0.69 | 0.68 |
| Hex | CD | E6 | 75 | B | 0 | 31 | A | 49 | 45 | 44 |
| Octal | 315 | 346 | 165 | 13 | 0 | 61 | 12 | 111 | 105 | 104 |
| Binary | 11001101 | 11100110 | 1110101 | 1011 | 0 | 110001 | 1010 | 1001001 | 1000101 | 1000100 |
Color Harmonies of #CDE675
Complementary color
Monochromatic Colors of #CDE675
Black with #CDE675
Text Example
Text Example
White with #CDE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE675; }
p { color: rgb(205,230,117); }
H1.HeaderClassName
{
color: #CDE675;
}
.AnyTagClassName
{
color: #CDE675;
}
</style>
background-color css
<style>
a { background-color: #CDE675; }
a { background-color: rgb(205,230,117); }
div.DivClassName
{
background-color: #CDE675;
}
.BgClassName
{
background-color: #CDE675;
}
</style>
border-color css
<style>
span { border-color: #CDE675; }
span { border-color: rgb(205,230,117); }
td.TdClassName
{
border-color: #CDE675;
}
.TagClassName
{
border-color: #CDE675;
}
</style>