Shades of Mindaro #CDE06C
Tints of Mindaro #CDE06C
RGB
CMYK
RGB Variations
Color information
#CDE06C (or 0xCDE06C) is known color: Mindaro. HEX triplet: CD, E0 and 6C. RGB value is (205,224,108). Sum of RGB (Red+Green+Blue) = 205+224+108=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE06C is #321F93. Grayscale: #CDCDCD. Windows color (decimal): -3284884 or 7135437. OLE color: 7135437.
HSL color Cylindrical-coordinate representation of color #CDE06C: hue angle of 69.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDE06C is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 108 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.12 |
| HSL | 69.83º | 0.65% | 0.65% | - |
| HSV(B) | 69.83º | 0.52% | 0.88% | - |
| XYZ | 54.54 | 67.37 | 24.32 | - |
| YUV | 205.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 108 | 0.08 | 0 | 0.52 | 0.12 | 69.83 | 0.65 | 0.65 |
| Hex | CD | E0 | 6C | 8 | 0 | 34 | C | 46 | 41 | 41 |
| Octal | 315 | 340 | 154 | 10 | 0 | 64 | 14 | 106 | 101 | 101 |
| Binary | 11001101 | 11100000 | 1101100 | 1000 | 0 | 110100 | 1100 | 1000110 | 1000001 | 1000001 |
Color Harmonies of #CDE06C
Complementary color
Monochromatic Colors of #CDE06C
Black with #CDE06C
Text Example
Text Example
White with #CDE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE06C; }
p { color: rgb(205,224,108); }
H1.HeaderClassName
{
color: #CDE06C;
}
.AnyTagClassName
{
color: #CDE06C;
}
</style>
background-color css
<style>
a { background-color: #CDE06C; }
a { background-color: rgb(205,224,108); }
div.DivClassName
{
background-color: #CDE06C;
}
.BgClassName
{
background-color: #CDE06C;
}
</style>
border-color css
<style>
span { border-color: #CDE06C; }
span { border-color: rgb(205,224,108); }
td.TdClassName
{
border-color: #CDE06C;
}
.TagClassName
{
border-color: #CDE06C;
}
</style>