Shades of Mindaro #CDE273
Tints of Mindaro #CDE273
RGB
CMYK
RGB Variations
Color information
#CDE273 (or 0xCDE273) is known color: Mindaro. HEX triplet: CD, E2 and 73. RGB value is (205,226,115). Sum of RGB (Red+Green+Blue) = 205+226+115=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE273 is #321D8C. Grayscale: #CFCFCF. Windows color (decimal): -3284365 or 7594701. OLE color: 7594701.
HSL color Cylindrical-coordinate representation of color #CDE273: hue angle of 71.35º 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 #CDE273 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 115 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.11 |
| HSL | 71.35º | 0.66% | 0.67% | - |
| HSV(B) | 71.35º | 0.49% | 0.89% | - |
| XYZ | 55.47 | 68.61 | 26.54 | - |
| YUV | 207.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 115 | 0.09 | 0 | 0.49 | 0.11 | 71.35 | 0.66 | 0.67 |
| Hex | CD | E2 | 73 | 9 | 0 | 31 | B | 47 | 42 | 43 |
| Octal | 315 | 342 | 163 | 11 | 0 | 61 | 13 | 107 | 102 | 103 |
| Binary | 11001101 | 11100010 | 1110011 | 1001 | 0 | 110001 | 1011 | 1000111 | 1000010 | 1000011 |
Color Harmonies of #CDE273
Complementary color
Monochromatic Colors of #CDE273
Black with #CDE273
Text Example
Text Example
White with #CDE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE273; }
p { color: rgb(205,226,115); }
H1.HeaderClassName
{
color: #CDE273;
}
.AnyTagClassName
{
color: #CDE273;
}
</style>
background-color css
<style>
a { background-color: #CDE273; }
a { background-color: rgb(205,226,115); }
div.DivClassName
{
background-color: #CDE273;
}
.BgClassName
{
background-color: #CDE273;
}
</style>
border-color css
<style>
span { border-color: #CDE273; }
span { border-color: rgb(205,226,115); }
td.TdClassName
{
border-color: #CDE273;
}
.TagClassName
{
border-color: #CDE273;
}
</style>