Shades of Mindaro #CDEF64
Tints of Mindaro #CDEF64
RGB
CMYK
RGB Variations
Color information
#CDEF64 (or 0xCDEF64) is known color: Mindaro. HEX triplet: CD, EF and 64. RGB value is (205,239,100). Sum of RGB (Red+Green+Blue) = 205+239+100=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF64 is #32109B. Grayscale: #D5D5D5. Windows color (decimal): -3281052 or 6614989. OLE color: 6614989.
HSL color Cylindrical-coordinate representation of color #CDEF64: hue angle of 74.68º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDEF64 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 100 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.06 |
| HSL | 74.68º | 0.81% | 0.66% | - |
| HSV(B) | 74.68º | 0.58% | 0.94% | - |
| XYZ | 58.34 | 75.63 | 23.58 | - |
| YUV | 212.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 100 | 0.14 | 0 | 0.58 | 0.06 | 74.68 | 0.81 | 0.66 |
| Hex | CD | EF | 64 | E | 0 | 3A | 6 | 4B | 51 | 42 |
| Octal | 315 | 357 | 144 | 16 | 0 | 72 | 6 | 113 | 121 | 102 |
| Binary | 11001101 | 11101111 | 1100100 | 1110 | 0 | 111010 | 110 | 1001011 | 1010001 | 1000010 |
Color Harmonies of #CDEF64
Complementary color
Monochromatic Colors of #CDEF64
Black with #CDEF64
Text Example
Text Example
White with #CDEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF64; }
p { color: rgb(205,239,100); }
H1.HeaderClassName
{
color: #CDEF64;
}
.AnyTagClassName
{
color: #CDEF64;
}
</style>
background-color css
<style>
a { background-color: #CDEF64; }
a { background-color: rgb(205,239,100); }
div.DivClassName
{
background-color: #CDEF64;
}
.BgClassName
{
background-color: #CDEF64;
}
</style>
border-color css
<style>
span { border-color: #CDEF64; }
span { border-color: rgb(205,239,100); }
td.TdClassName
{
border-color: #CDEF64;
}
.TagClassName
{
border-color: #CDEF64;
}
</style>