Shades of Mindaro #CDEF6D
Tints of Mindaro #CDEF6D
RGB
CMYK
RGB Variations
Color information
#CDEF6D (or 0xCDEF6D) is known color: Mindaro. HEX triplet: CD, EF and 6D. RGB value is (205,239,109). Sum of RGB (Red+Green+Blue) = 205+239+109=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF6D is #321092. Grayscale: #D6D6D6. Windows color (decimal): -3281043 or 7204813. OLE color: 7204813.
HSL color Cylindrical-coordinate representation of color #CDEF6D: hue angle of 75.69º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDEF6D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 109 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.06 |
| HSL | 75.69º | 0.8% | 0.68% | - |
| HSV(B) | 75.69º | 0.54% | 0.94% | - |
| XYZ | 58.8 | 75.82 | 26 | - |
| YUV | 214.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 109 | 0.14 | 0 | 0.54 | 0.06 | 75.69 | 0.8 | 0.68 |
| Hex | CD | EF | 6D | E | 0 | 36 | 6 | 4C | 50 | 44 |
| Octal | 315 | 357 | 155 | 16 | 0 | 66 | 6 | 114 | 120 | 104 |
| Binary | 11001101 | 11101111 | 1101101 | 1110 | 0 | 110110 | 110 | 1001100 | 1010000 | 1000100 |
Color Harmonies of #CDEF6D
Complementary color
Monochromatic Colors of #CDEF6D
Black with #CDEF6D
Text Example
Text Example
White with #CDEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF6D; }
p { color: rgb(205,239,109); }
H1.HeaderClassName
{
color: #CDEF6D;
}
.AnyTagClassName
{
color: #CDEF6D;
}
</style>
background-color css
<style>
a { background-color: #CDEF6D; }
a { background-color: rgb(205,239,109); }
div.DivClassName
{
background-color: #CDEF6D;
}
.BgClassName
{
background-color: #CDEF6D;
}
</style>
border-color css
<style>
span { border-color: #CDEF6D; }
span { border-color: rgb(205,239,109); }
td.TdClassName
{
border-color: #CDEF6D;
}
.TagClassName
{
border-color: #CDEF6D;
}
</style>