Shades of Mindaro #CDEF6B
Tints of Mindaro #CDEF6B
RGB
CMYK
RGB Variations
Color information
#CDEF6B (or 0xCDEF6B) is known color: Mindaro. HEX triplet: CD, EF and 6B. RGB value is (205,239,107). Sum of RGB (Red+Green+Blue) = 205+239+107=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF6B is #321094. Grayscale: #D6D6D6. Windows color (decimal): -3281045 or 7073741. OLE color: 7073741.
HSL color Cylindrical-coordinate representation of color #CDEF6B: hue angle of 75.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDEF6B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 107 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.06 |
| HSL | 75.45º | 0.8% | 0.68% | - |
| HSV(B) | 75.45º | 0.55% | 0.94% | - |
| XYZ | 58.7 | 75.77 | 25.44 | - |
| YUV | 213.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 107 | 0.14 | 0 | 0.55 | 0.06 | 75.45 | 0.8 | 0.68 |
| Hex | CD | EF | 6B | E | 0 | 37 | 6 | 4B | 50 | 44 |
| Octal | 315 | 357 | 153 | 16 | 0 | 67 | 6 | 113 | 120 | 104 |
| Binary | 11001101 | 11101111 | 1101011 | 1110 | 0 | 110111 | 110 | 1001011 | 1010000 | 1000100 |
Color Harmonies of #CDEF6B
Complementary color
Monochromatic Colors of #CDEF6B
Black with #CDEF6B
Text Example
Text Example
White with #CDEF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF6B; }
p { color: rgb(205,239,107); }
H1.HeaderClassName
{
color: #CDEF6B;
}
.AnyTagClassName
{
color: #CDEF6B;
}
</style>
background-color css
<style>
a { background-color: #CDEF6B; }
a { background-color: rgb(205,239,107); }
div.DivClassName
{
background-color: #CDEF6B;
}
.BgClassName
{
background-color: #CDEF6B;
}
</style>
border-color css
<style>
span { border-color: #CDEF6B; }
span { border-color: rgb(205,239,107); }
td.TdClassName
{
border-color: #CDEF6B;
}
.TagClassName
{
border-color: #CDEF6B;
}
</style>