Shades of Mindaro #CDE454
Tints of Mindaro #CDE454
RGB
CMYK
RGB Variations
Color information
#CDE454 (or 0xCDE454) is known color: Mindaro. HEX triplet: CD, E4 and 54. RGB value is (205,228,84). Sum of RGB (Red+Green+Blue) = 205+228+84=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE454 is #321BAB. Grayscale: #CDCDCD. Windows color (decimal): -3283884 or 5563597. OLE color: 5563597.
HSL color Cylindrical-coordinate representation of color #CDE454: hue angle of 69.58º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDE454 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 84 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.11 |
| HSL | 69.58º | 0.73% | 0.61% | - |
| HSV(B) | 69.58º | 0.63% | 0.89% | - |
| XYZ | 54.52 | 69.11 | 18.85 | - |
| YUV | 204.71 | 59.88 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 84 | 0.10 | 0 | 0.63 | 0.11 | 69.58 | 0.73 | 0.61 |
| Hex | CD | E4 | 54 | A | 0 | 3F | B | 46 | 49 | 3D |
| Octal | 315 | 344 | 124 | 12 | 0 | 77 | 13 | 106 | 111 | 75 |
| Binary | 11001101 | 11100100 | 1010100 | 1010 | 0 | 111111 | 1011 | 1000110 | 1001001 | 111101 |
Color Harmonies of #CDE454
Complementary color
Monochromatic Colors of #CDE454
Black with #CDE454
Text Example
Text Example
White with #CDE454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE454; }
p { color: rgb(205,228,84); }
H1.HeaderClassName
{
color: #CDE454;
}
.AnyTagClassName
{
color: #CDE454;
}
</style>
background-color css
<style>
a { background-color: #CDE454; }
a { background-color: rgb(205,228,84); }
div.DivClassName
{
background-color: #CDE454;
}
.BgClassName
{
background-color: #CDE454;
}
</style>
border-color css
<style>
span { border-color: #CDE454; }
span { border-color: rgb(205,228,84); }
td.TdClassName
{
border-color: #CDE454;
}
.TagClassName
{
border-color: #CDE454;
}
</style>