Shades of Mindaro #CDDE68
Tints of Mindaro #CDDE68
RGB
CMYK
RGB Variations
Color information
#CDDE68 (or 0xCDDE68) is known color: Mindaro. HEX triplet: CD, DE and 68. RGB value is (205,222,104). Sum of RGB (Red+Green+Blue) = 205+222+104=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE68 is #322197. Grayscale: #CBCBCB. Windows color (decimal): -3285400 or 6872781. OLE color: 6872781.
HSL color Cylindrical-coordinate representation of color #CDDE68: hue angle of 68.64º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDDE68 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 104 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.13 |
| HSL | 68.64º | 0.64% | 0.64% | - |
| HSV(B) | 68.64º | 0.53% | 0.87% | - |
| XYZ | 53.8 | 66.22 | 23.04 | - |
| YUV | 203.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 104 | 0.08 | 0 | 0.53 | 0.13 | 68.64 | 0.64 | 0.64 |
| Hex | CD | DE | 68 | 8 | 0 | 35 | D | 45 | 40 | 40 |
| Octal | 315 | 336 | 150 | 10 | 0 | 65 | 15 | 105 | 100 | 100 |
| Binary | 11001101 | 11011110 | 1101000 | 1000 | 0 | 110101 | 1101 | 1000101 | 1000000 | 1000000 |
Color Harmonies of #CDDE68
Complementary color
Monochromatic Colors of #CDDE68
Black with #CDDE68
Text Example
Text Example
White with #CDDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDE68; }
p { color: rgb(205,222,104); }
H1.HeaderClassName
{
color: #CDDE68;
}
.AnyTagClassName
{
color: #CDDE68;
}
</style>
background-color css
<style>
a { background-color: #CDDE68; }
a { background-color: rgb(205,222,104); }
div.DivClassName
{
background-color: #CDDE68;
}
.BgClassName
{
background-color: #CDDE68;
}
</style>
border-color css
<style>
span { border-color: #CDDE68; }
span { border-color: rgb(205,222,104); }
td.TdClassName
{
border-color: #CDDE68;
}
.TagClassName
{
border-color: #CDDE68;
}
</style>