Shades of Mindaro #CDEF57
Tints of Mindaro #CDEF57
RGB
CMYK
RGB Variations
Color information
#CDEF57 (or 0xCDEF57) is known color: Mindaro. HEX triplet: CD, EF and 57. RGB value is (205,239,87). Sum of RGB (Red+Green+Blue) = 205+239+87=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF57 is #3210A8. Grayscale: #D4D4D4. Windows color (decimal): -3281065 or 5763021. OLE color: 5763021.
HSL color Cylindrical-coordinate representation of color #CDEF57: hue angle of 73.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDEF57 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 87 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.06 |
| HSL | 73.42º | 0.83% | 0.64% | - |
| HSV(B) | 73.42º | 0.64% | 0.94% | - |
| XYZ | 57.76 | 75.4 | 20.53 | - |
| YUV | 211.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 87 | 0.14 | 0 | 0.64 | 0.06 | 73.42 | 0.83 | 0.64 |
| Hex | CD | EF | 57 | E | 0 | 40 | 6 | 49 | 53 | 40 |
| Octal | 315 | 357 | 127 | 16 | 0 | 100 | 6 | 111 | 123 | 100 |
| Binary | 11001101 | 11101111 | 1010111 | 1110 | 0 | 1000000 | 110 | 1001001 | 1010011 | 1000000 |
Color Harmonies of #CDEF57
Complementary color
Monochromatic Colors of #CDEF57
Black with #CDEF57
Text Example
Text Example
White with #CDEF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF57; }
p { color: rgb(205,239,87); }
H1.HeaderClassName
{
color: #CDEF57;
}
.AnyTagClassName
{
color: #CDEF57;
}
</style>
background-color css
<style>
a { background-color: #CDEF57; }
a { background-color: rgb(205,239,87); }
div.DivClassName
{
background-color: #CDEF57;
}
.BgClassName
{
background-color: #CDEF57;
}
</style>
border-color css
<style>
span { border-color: #CDEF57; }
span { border-color: rgb(205,239,87); }
td.TdClassName
{
border-color: #CDEF57;
}
.TagClassName
{
border-color: #CDEF57;
}
</style>