Shades of Mindaro #CDE06B
Tints of Mindaro #CDE06B
RGB
CMYK
RGB Variations
Color information
#CDE06B (or 0xCDE06B) is known color: Mindaro. HEX triplet: CD, E0 and 6B. RGB value is (205,224,107). Sum of RGB (Red+Green+Blue) = 205+224+107=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE06B is #321F94. Grayscale: #CDCDCD. Windows color (decimal): -3284885 or 7069901. OLE color: 7069901.
HSL color Cylindrical-coordinate representation of color #CDE06B: hue angle of 69.74º 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 #CDE06B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 107 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.12 |
| HSL | 69.74º | 0.65% | 0.65% | - |
| HSV(B) | 69.74º | 0.52% | 0.88% | - |
| XYZ | 54.49 | 67.35 | 24.04 | - |
| YUV | 204.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 107 | 0.08 | 0 | 0.52 | 0.12 | 69.74 | 0.65 | 0.65 |
| Hex | CD | E0 | 6B | 8 | 0 | 34 | C | 46 | 41 | 41 |
| Octal | 315 | 340 | 153 | 10 | 0 | 64 | 14 | 106 | 101 | 101 |
| Binary | 11001101 | 11100000 | 1101011 | 1000 | 0 | 110100 | 1100 | 1000110 | 1000001 | 1000001 |
Color Harmonies of #CDE06B
Complementary color
Monochromatic Colors of #CDE06B
Black with #CDE06B
Text Example
Text Example
White with #CDE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE06B; }
p { color: rgb(205,224,107); }
H1.HeaderClassName
{
color: #CDE06B;
}
.AnyTagClassName
{
color: #CDE06B;
}
</style>
background-color css
<style>
a { background-color: #CDE06B; }
a { background-color: rgb(205,224,107); }
div.DivClassName
{
background-color: #CDE06B;
}
.BgClassName
{
background-color: #CDE06B;
}
</style>
border-color css
<style>
span { border-color: #CDE06B; }
span { border-color: rgb(205,224,107); }
td.TdClassName
{
border-color: #CDE06B;
}
.TagClassName
{
border-color: #CDE06B;
}
</style>