Shades of Mindaro #CDE458
Tints of Mindaro #CDE458
RGB
CMYK
RGB Variations
Color information
#CDE458 (or 0xCDE458) is known color: Mindaro. HEX triplet: CD, E4 and 58. RGB value is (205,228,88). Sum of RGB (Red+Green+Blue) = 205+228+88=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE458 is #321BA7. Grayscale: #CDCDCD. Windows color (decimal): -3283880 or 5825741. OLE color: 5825741.
HSL color Cylindrical-coordinate representation of color #CDE458: hue angle of 69.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDE458 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 88 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.11 |
| HSL | 69.86º | 0.72% | 0.62% | - |
| HSV(B) | 69.86º | 0.61% | 0.89% | - |
| XYZ | 54.68 | 69.17 | 19.7 | - |
| YUV | 205.16 | 61.88 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 88 | 0.10 | 0 | 0.61 | 0.11 | 69.86 | 0.72 | 0.62 |
| Hex | CD | E4 | 58 | A | 0 | 3D | B | 46 | 48 | 3E |
| Octal | 315 | 344 | 130 | 12 | 0 | 75 | 13 | 106 | 110 | 76 |
| Binary | 11001101 | 11100100 | 1011000 | 1010 | 0 | 111101 | 1011 | 1000110 | 1001000 | 111110 |
Color Harmonies of #CDE458
Complementary color
Monochromatic Colors of #CDE458
Black with #CDE458
Text Example
Text Example
White with #CDE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE458; }
p { color: rgb(205,228,88); }
H1.HeaderClassName
{
color: #CDE458;
}
.AnyTagClassName
{
color: #CDE458;
}
</style>
background-color css
<style>
a { background-color: #CDE458; }
a { background-color: rgb(205,228,88); }
div.DivClassName
{
background-color: #CDE458;
}
.BgClassName
{
background-color: #CDE458;
}
</style>
border-color css
<style>
span { border-color: #CDE458; }
span { border-color: rgb(205,228,88); }
td.TdClassName
{
border-color: #CDE458;
}
.TagClassName
{
border-color: #CDE458;
}
</style>