Shades of Mindaro #CDEF65
Tints of Mindaro #CDEF65
RGB
CMYK
RGB Variations
Color information
#CDEF65 (or 0xCDEF65) is known color: Mindaro. HEX triplet: CD, EF and 65. RGB value is (205,239,101). Sum of RGB (Red+Green+Blue) = 205+239+101=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF65 is #32109A. Grayscale: #D5D5D5. Windows color (decimal): -3281051 or 6680525. OLE color: 6680525.
HSL color Cylindrical-coordinate representation of color #CDEF65: hue angle of 74.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDEF65 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 101 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.06 |
| HSL | 74.78º | 0.81% | 0.67% | - |
| HSV(B) | 74.78º | 0.58% | 0.94% | - |
| XYZ | 58.39 | 75.65 | 23.84 | - |
| YUV | 213.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 101 | 0.14 | 0 | 0.58 | 0.06 | 74.78 | 0.81 | 0.67 |
| Hex | CD | EF | 65 | E | 0 | 3A | 6 | 4B | 51 | 43 |
| Octal | 315 | 357 | 145 | 16 | 0 | 72 | 6 | 113 | 121 | 103 |
| Binary | 11001101 | 11101111 | 1100101 | 1110 | 0 | 111010 | 110 | 1001011 | 1010001 | 1000011 |
Color Harmonies of #CDEF65
Complementary color
Monochromatic Colors of #CDEF65
Black with #CDEF65
Text Example
Text Example
White with #CDEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF65; }
p { color: rgb(205,239,101); }
H1.HeaderClassName
{
color: #CDEF65;
}
.AnyTagClassName
{
color: #CDEF65;
}
</style>
background-color css
<style>
a { background-color: #CDEF65; }
a { background-color: rgb(205,239,101); }
div.DivClassName
{
background-color: #CDEF65;
}
.BgClassName
{
background-color: #CDEF65;
}
</style>
border-color css
<style>
span { border-color: #CDEF65; }
span { border-color: rgb(205,239,101); }
td.TdClassName
{
border-color: #CDEF65;
}
.TagClassName
{
border-color: #CDEF65;
}
</style>