Shades of Mindaro #CDEC6B
Tints of Mindaro #CDEC6B
RGB
CMYK
RGB Variations
Color information
#CDEC6B (or 0xCDEC6B) is known color: Mindaro. HEX triplet: CD, EC and 6B. RGB value is (205,236,107). Sum of RGB (Red+Green+Blue) = 205+236+107=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC6B is #321394. Grayscale: #D4D4D4. Windows color (decimal): -3281813 or 7072973. OLE color: 7072973.
HSL color Cylindrical-coordinate representation of color #CDEC6B: hue angle of 74.42º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDEC6B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 107 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.07 |
| HSL | 74.42º | 0.77% | 0.67% | - |
| HSV(B) | 74.42º | 0.55% | 0.93% | - |
| XYZ | 57.83 | 74.03 | 25.15 | - |
| YUV | 212.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 107 | 0.13 | 0 | 0.55 | 0.07 | 74.42 | 0.77 | 0.67 |
| Hex | CD | EC | 6B | D | 0 | 37 | 7 | 4A | 4D | 43 |
| Octal | 315 | 354 | 153 | 15 | 0 | 67 | 7 | 112 | 115 | 103 |
| Binary | 11001101 | 11101100 | 1101011 | 1101 | 0 | 110111 | 111 | 1001010 | 1001101 | 1000011 |
Color Harmonies of #CDEC6B
Complementary color
Monochromatic Colors of #CDEC6B
Black with #CDEC6B
Text Example
Text Example
White with #CDEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC6B; }
p { color: rgb(205,236,107); }
H1.HeaderClassName
{
color: #CDEC6B;
}
.AnyTagClassName
{
color: #CDEC6B;
}
</style>
background-color css
<style>
a { background-color: #CDEC6B; }
a { background-color: rgb(205,236,107); }
div.DivClassName
{
background-color: #CDEC6B;
}
.BgClassName
{
background-color: #CDEC6B;
}
</style>
border-color css
<style>
span { border-color: #CDEC6B; }
span { border-color: rgb(205,236,107); }
td.TdClassName
{
border-color: #CDEC6B;
}
.TagClassName
{
border-color: #CDEC6B;
}
</style>