Shades of Mindaro #CDEF6E
Tints of Mindaro #CDEF6E
RGB
CMYK
RGB Variations
Color information
#CDEF6E (or 0xCDEF6E) is known color: Mindaro. HEX triplet: CD, EF and 6E. RGB value is (205,239,110). Sum of RGB (Red+Green+Blue) = 205+239+110=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF6E is #321091. Grayscale: #D6D6D6. Windows color (decimal): -3281042 or 7270349. OLE color: 7270349.
HSL color Cylindrical-coordinate representation of color #CDEF6E: hue angle of 75.81º 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 #CDEF6E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 110 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.06 |
| HSL | 75.81º | 0.8% | 0.68% | - |
| HSV(B) | 75.81º | 0.54% | 0.94% | - |
| XYZ | 58.86 | 75.84 | 26.29 | - |
| YUV | 214.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 110 | 0.14 | 0 | 0.54 | 0.06 | 75.81 | 0.8 | 0.68 |
| Hex | CD | EF | 6E | E | 0 | 36 | 6 | 4C | 50 | 44 |
| Octal | 315 | 357 | 156 | 16 | 0 | 66 | 6 | 114 | 120 | 104 |
| Binary | 11001101 | 11101111 | 1101110 | 1110 | 0 | 110110 | 110 | 1001100 | 1010000 | 1000100 |
Color Harmonies of #CDEF6E
Complementary color
Monochromatic Colors of #CDEF6E
Black with #CDEF6E
Text Example
Text Example
White with #CDEF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF6E; }
p { color: rgb(205,239,110); }
H1.HeaderClassName
{
color: #CDEF6E;
}
.AnyTagClassName
{
color: #CDEF6E;
}
</style>
background-color css
<style>
a { background-color: #CDEF6E; }
a { background-color: rgb(205,239,110); }
div.DivClassName
{
background-color: #CDEF6E;
}
.BgClassName
{
background-color: #CDEF6E;
}
</style>
border-color css
<style>
span { border-color: #CDEF6E; }
span { border-color: rgb(205,239,110); }
td.TdClassName
{
border-color: #CDEF6E;
}
.TagClassName
{
border-color: #CDEF6E;
}
</style>