Shades of Mindaro #CDE85A
Tints of Mindaro #CDE85A
RGB
CMYK
RGB Variations
Color information
#CDE85A (or 0xCDE85A) is known color: Mindaro. HEX triplet: CD, E8 and 5A. RGB value is (205,232,90). Sum of RGB (Red+Green+Blue) = 205+232+90=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE85A is #3217A5. Grayscale: #D0D0D0. Windows color (decimal): -3282854 or 5957837. OLE color: 5957837.
HSL color Cylindrical-coordinate representation of color #CDE85A: hue angle of 71.41º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDE85A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 90 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.09 |
| HSL | 71.41º | 0.76% | 0.63% | - |
| HSV(B) | 71.41º | 0.61% | 0.91% | - |
| XYZ | 55.88 | 71.43 | 20.52 | - |
| YUV | 207.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 90 | 0.12 | 0 | 0.61 | 0.09 | 71.41 | 0.76 | 0.63 |
| Hex | CD | E8 | 5A | C | 0 | 3D | 9 | 47 | 4C | 3F |
| Octal | 315 | 350 | 132 | 14 | 0 | 75 | 11 | 107 | 114 | 77 |
| Binary | 11001101 | 11101000 | 1011010 | 1100 | 0 | 111101 | 1001 | 1000111 | 1001100 | 111111 |
Color Harmonies of #CDE85A
Complementary color
Monochromatic Colors of #CDE85A
Black with #CDE85A
Text Example
Text Example
White with #CDE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE85A; }
p { color: rgb(205,232,90); }
H1.HeaderClassName
{
color: #CDE85A;
}
.AnyTagClassName
{
color: #CDE85A;
}
</style>
background-color css
<style>
a { background-color: #CDE85A; }
a { background-color: rgb(205,232,90); }
div.DivClassName
{
background-color: #CDE85A;
}
.BgClassName
{
background-color: #CDE85A;
}
</style>
border-color css
<style>
span { border-color: #CDE85A; }
span { border-color: rgb(205,232,90); }
td.TdClassName
{
border-color: #CDE85A;
}
.TagClassName
{
border-color: #CDE85A;
}
</style>