Shades of Mindaro #CDEF63
Tints of Mindaro #CDEF63
RGB
CMYK
RGB Variations
Color information
#CDEF63 (or 0xCDEF63) is known color: Mindaro. HEX triplet: CD, EF and 63. RGB value is (205,239,99). Sum of RGB (Red+Green+Blue) = 205+239+99=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF63 is #32109C. Grayscale: #D5D5D5. Windows color (decimal): -3281053 or 6549453. OLE color: 6549453.
HSL color Cylindrical-coordinate representation of color #CDEF63: hue angle of 74.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDEF63 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 99 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.06 |
| HSL | 74.57º | 0.81% | 0.66% | - |
| HSV(B) | 74.57º | 0.59% | 0.94% | - |
| XYZ | 58.3 | 75.61 | 23.33 | - |
| YUV | 212.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 99 | 0.14 | 0 | 0.59 | 0.06 | 74.57 | 0.81 | 0.66 |
| Hex | CD | EF | 63 | E | 0 | 3B | 6 | 4B | 51 | 42 |
| Octal | 315 | 357 | 143 | 16 | 0 | 73 | 6 | 113 | 121 | 102 |
| Binary | 11001101 | 11101111 | 1100011 | 1110 | 0 | 111011 | 110 | 1001011 | 1010001 | 1000010 |
Color Harmonies of #CDEF63
Complementary color
Monochromatic Colors of #CDEF63
Black with #CDEF63
Text Example
Text Example
White with #CDEF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF63; }
p { color: rgb(205,239,99); }
H1.HeaderClassName
{
color: #CDEF63;
}
.AnyTagClassName
{
color: #CDEF63;
}
</style>
background-color css
<style>
a { background-color: #CDEF63; }
a { background-color: rgb(205,239,99); }
div.DivClassName
{
background-color: #CDEF63;
}
.BgClassName
{
background-color: #CDEF63;
}
</style>
border-color css
<style>
span { border-color: #CDEF63; }
span { border-color: rgb(205,239,99); }
td.TdClassName
{
border-color: #CDEF63;
}
.TagClassName
{
border-color: #CDEF63;
}
</style>