Shades of Mindaro #CDEC6C
Tints of Mindaro #CDEC6C
RGB
CMYK
RGB Variations
Color information
#CDEC6C (or 0xCDEC6C) is known color: Mindaro. HEX triplet: CD, EC and 6C. RGB value is (205,236,108). Sum of RGB (Red+Green+Blue) = 205+236+108=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC6C is #321393. Grayscale: #D4D4D4. Windows color (decimal): -3281812 or 7138509. OLE color: 7138509.
HSL color Cylindrical-coordinate representation of color #CDEC6C: hue angle of 74.53º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDEC6C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 108 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.07 |
| HSL | 74.53º | 0.77% | 0.67% | - |
| HSV(B) | 74.53º | 0.54% | 0.93% | - |
| XYZ | 57.88 | 74.05 | 25.43 | - |
| YUV | 212.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 108 | 0.13 | 0 | 0.54 | 0.07 | 74.53 | 0.77 | 0.67 |
| Hex | CD | EC | 6C | D | 0 | 36 | 7 | 4B | 4D | 43 |
| Octal | 315 | 354 | 154 | 15 | 0 | 66 | 7 | 113 | 115 | 103 |
| Binary | 11001101 | 11101100 | 1101100 | 1101 | 0 | 110110 | 111 | 1001011 | 1001101 | 1000011 |
Color Harmonies of #CDEC6C
Complementary color
Monochromatic Colors of #CDEC6C
Black with #CDEC6C
Text Example
Text Example
White with #CDEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC6C; }
p { color: rgb(205,236,108); }
H1.HeaderClassName
{
color: #CDEC6C;
}
.AnyTagClassName
{
color: #CDEC6C;
}
</style>
background-color css
<style>
a { background-color: #CDEC6C; }
a { background-color: rgb(205,236,108); }
div.DivClassName
{
background-color: #CDEC6C;
}
.BgClassName
{
background-color: #CDEC6C;
}
</style>
border-color css
<style>
span { border-color: #CDEC6C; }
span { border-color: rgb(205,236,108); }
td.TdClassName
{
border-color: #CDEC6C;
}
.TagClassName
{
border-color: #CDEC6C;
}
</style>