Shades of Mindaro #CDEF68
Tints of Mindaro #CDEF68
RGB
CMYK
RGB Variations
Color information
#CDEF68 (or 0xCDEF68) is known color: Mindaro. HEX triplet: CD, EF and 68. RGB value is (205,239,104). Sum of RGB (Red+Green+Blue) = 205+239+104=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF68 is #321097. Grayscale: #D5D5D5. Windows color (decimal): -3281048 or 6877133. OLE color: 6877133.
HSL color Cylindrical-coordinate representation of color #CDEF68: hue angle of 75.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDEF68 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 104 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.06 |
| HSL | 75.11º | 0.81% | 0.67% | - |
| HSV(B) | 75.11º | 0.56% | 0.94% | - |
| XYZ | 58.54 | 75.71 | 24.63 | - |
| YUV | 213.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 104 | 0.14 | 0 | 0.56 | 0.06 | 75.11 | 0.81 | 0.67 |
| Hex | CD | EF | 68 | E | 0 | 38 | 6 | 4B | 51 | 43 |
| Octal | 315 | 357 | 150 | 16 | 0 | 70 | 6 | 113 | 121 | 103 |
| Binary | 11001101 | 11101111 | 1101000 | 1110 | 0 | 111000 | 110 | 1001011 | 1010001 | 1000011 |
Color Harmonies of #CDEF68
Complementary color
Monochromatic Colors of #CDEF68
Black with #CDEF68
Text Example
Text Example
White with #CDEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF68; }
p { color: rgb(205,239,104); }
H1.HeaderClassName
{
color: #CDEF68;
}
.AnyTagClassName
{
color: #CDEF68;
}
</style>
background-color css
<style>
a { background-color: #CDEF68; }
a { background-color: rgb(205,239,104); }
div.DivClassName
{
background-color: #CDEF68;
}
.BgClassName
{
background-color: #CDEF68;
}
</style>
border-color css
<style>
span { border-color: #CDEF68; }
span { border-color: rgb(205,239,104); }
td.TdClassName
{
border-color: #CDEF68;
}
.TagClassName
{
border-color: #CDEF68;
}
</style>