Shades of Mindaro #CDEF6A
Tints of Mindaro #CDEF6A
RGB
CMYK
RGB Variations
Color information
#CDEF6A (or 0xCDEF6A) is known color: Mindaro. HEX triplet: CD, EF and 6A. RGB value is (205,239,106). Sum of RGB (Red+Green+Blue) = 205+239+106=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF6A is #321095. Grayscale: #D6D6D6. Windows color (decimal): -3281046 or 7008205. OLE color: 7008205.
HSL color Cylindrical-coordinate representation of color #CDEF6A: hue angle of 75.34º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDEF6A is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 106 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.06 |
| HSL | 75.34º | 0.81% | 0.68% | - |
| HSV(B) | 75.34º | 0.56% | 0.94% | - |
| XYZ | 58.64 | 75.75 | 25.17 | - |
| YUV | 213.67 | 67.24 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 106 | 0.14 | 0 | 0.56 | 0.06 | 75.34 | 0.81 | 0.68 |
| Hex | CD | EF | 6A | E | 0 | 38 | 6 | 4B | 51 | 44 |
| Octal | 315 | 357 | 152 | 16 | 0 | 70 | 6 | 113 | 121 | 104 |
| Binary | 11001101 | 11101111 | 1101010 | 1110 | 0 | 111000 | 110 | 1001011 | 1010001 | 1000100 |
Color Harmonies of #CDEF6A
Complementary color
Monochromatic Colors of #CDEF6A
Black with #CDEF6A
Text Example
Text Example
White with #CDEF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF6A; }
p { color: rgb(205,239,106); }
H1.HeaderClassName
{
color: #CDEF6A;
}
.AnyTagClassName
{
color: #CDEF6A;
}
</style>
background-color css
<style>
a { background-color: #CDEF6A; }
a { background-color: rgb(205,239,106); }
div.DivClassName
{
background-color: #CDEF6A;
}
.BgClassName
{
background-color: #CDEF6A;
}
</style>
border-color css
<style>
span { border-color: #CDEF6A; }
span { border-color: rgb(205,239,106); }
td.TdClassName
{
border-color: #CDEF6A;
}
.TagClassName
{
border-color: #CDEF6A;
}
</style>