Shades of Mindaro #CDE673
Tints of Mindaro #CDE673
RGB
CMYK
RGB Variations
Color information
#CDE673 (or 0xCDE673) is known color: Mindaro. HEX triplet: CD, E6 and 73. RGB value is (205,230,115). Sum of RGB (Red+Green+Blue) = 205+230+115=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE673 is #32198C. Grayscale: #D1D1D1. Windows color (decimal): -3283341 or 7595725. OLE color: 7595725.
HSL color Cylindrical-coordinate representation of color #CDE673: hue angle of 73.04º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE673 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 115 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.10 |
| HSL | 73.04º | 0.7% | 0.68% | - |
| HSV(B) | 73.04º | 0.5% | 0.9% | - |
| XYZ | 56.57 | 70.81 | 26.91 | - |
| YUV | 209.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 115 | 0.11 | 0 | 0.5 | 0.10 | 73.04 | 0.7 | 0.68 |
| Hex | CD | E6 | 73 | B | 0 | 32 | A | 49 | 46 | 44 |
| Octal | 315 | 346 | 163 | 13 | 0 | 62 | 12 | 111 | 106 | 104 |
| Binary | 11001101 | 11100110 | 1110011 | 1011 | 0 | 110010 | 1010 | 1001001 | 1000110 | 1000100 |
Color Harmonies of #CDE673
Complementary color
Monochromatic Colors of #CDE673
Black with #CDE673
Text Example
Text Example
White with #CDE673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE673; }
p { color: rgb(205,230,115); }
H1.HeaderClassName
{
color: #CDE673;
}
.AnyTagClassName
{
color: #CDE673;
}
</style>
background-color css
<style>
a { background-color: #CDE673; }
a { background-color: rgb(205,230,115); }
div.DivClassName
{
background-color: #CDE673;
}
.BgClassName
{
background-color: #CDE673;
}
</style>
border-color css
<style>
span { border-color: #CDE673; }
span { border-color: rgb(205,230,115); }
td.TdClassName
{
border-color: #CDE673;
}
.TagClassName
{
border-color: #CDE673;
}
</style>