Shades of Mindaro #CDE868
Tints of Mindaro #CDE868
RGB
CMYK
RGB Variations
Color information
#CDE868 (or 0xCDE868) is known color: Mindaro. HEX triplet: CD, E8 and 68. RGB value is (205,232,104). Sum of RGB (Red+Green+Blue) = 205+232+104=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE868 is #321797. Grayscale: #D1D1D1. Windows color (decimal): -3282840 or 6875341. OLE color: 6875341.
HSL color Cylindrical-coordinate representation of color #CDE868: hue angle of 72.66º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE868 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 104 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.09 |
| HSL | 72.66º | 0.74% | 0.66% | - |
| HSV(B) | 72.66º | 0.55% | 0.91% | - |
| XYZ | 56.53 | 71.69 | 23.96 | - |
| YUV | 209.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 104 | 0.12 | 0 | 0.55 | 0.09 | 72.66 | 0.74 | 0.66 |
| Hex | CD | E8 | 68 | C | 0 | 37 | 9 | 49 | 4A | 42 |
| Octal | 315 | 350 | 150 | 14 | 0 | 67 | 11 | 111 | 112 | 102 |
| Binary | 11001101 | 11101000 | 1101000 | 1100 | 0 | 110111 | 1001 | 1001001 | 1001010 | 1000010 |
Color Harmonies of #CDE868
Complementary color
Monochromatic Colors of #CDE868
Black with #CDE868
Text Example
Text Example
White with #CDE868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE868; }
p { color: rgb(205,232,104); }
H1.HeaderClassName
{
color: #CDE868;
}
.AnyTagClassName
{
color: #CDE868;
}
</style>
background-color css
<style>
a { background-color: #CDE868; }
a { background-color: rgb(205,232,104); }
div.DivClassName
{
background-color: #CDE868;
}
.BgClassName
{
background-color: #CDE868;
}
</style>
border-color css
<style>
span { border-color: #CDE868; }
span { border-color: rgb(205,232,104); }
td.TdClassName
{
border-color: #CDE868;
}
.TagClassName
{
border-color: #CDE868;
}
</style>