Shades of Mindaro #CDEF6C
Tints of Mindaro #CDEF6C
RGB
CMYK
RGB Variations
Color information
#CDEF6C (or 0xCDEF6C) is known color: Mindaro. HEX triplet: CD, EF and 6C. RGB value is (205,239,108). Sum of RGB (Red+Green+Blue) = 205+239+108=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF6C is #321093. Grayscale: #D6D6D6. Windows color (decimal): -3281044 or 7139277. OLE color: 7139277.
HSL color Cylindrical-coordinate representation of color #CDEF6C: hue angle of 75.57º 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 #CDEF6C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 108 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.06 |
| HSL | 75.57º | 0.8% | 0.68% | - |
| HSV(B) | 75.57º | 0.55% | 0.94% | - |
| XYZ | 58.75 | 75.79 | 25.72 | - |
| YUV | 213.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 108 | 0.14 | 0 | 0.55 | 0.06 | 75.57 | 0.8 | 0.68 |
| Hex | CD | EF | 6C | E | 0 | 37 | 6 | 4C | 50 | 44 |
| Octal | 315 | 357 | 154 | 16 | 0 | 67 | 6 | 114 | 120 | 104 |
| Binary | 11001101 | 11101111 | 1101100 | 1110 | 0 | 110111 | 110 | 1001100 | 1010000 | 1000100 |
Color Harmonies of #CDEF6C
Complementary color
Monochromatic Colors of #CDEF6C
Black with #CDEF6C
Text Example
Text Example
White with #CDEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF6C; }
p { color: rgb(205,239,108); }
H1.HeaderClassName
{
color: #CDEF6C;
}
.AnyTagClassName
{
color: #CDEF6C;
}
</style>
background-color css
<style>
a { background-color: #CDEF6C; }
a { background-color: rgb(205,239,108); }
div.DivClassName
{
background-color: #CDEF6C;
}
.BgClassName
{
background-color: #CDEF6C;
}
</style>
border-color css
<style>
span { border-color: #CDEF6C; }
span { border-color: rgb(205,239,108); }
td.TdClassName
{
border-color: #CDEF6C;
}
.TagClassName
{
border-color: #CDEF6C;
}
</style>