Shades of Mindaro #DAEB64
Tints of Mindaro #DAEB64
RGB
CMYK
RGB Variations
Color information
#DAEB64 (or 0xDAEB64) is known color: Mindaro. HEX triplet: DA, EB and 64. RGB value is (218,235,100). Sum of RGB (Red+Green+Blue) = 218+235+100=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB64 is #25149B. Grayscale: #D7D7D7. Windows color (decimal): -2430108 or 6613978. OLE color: 6613978.
HSL color Cylindrical-coordinate representation of color #DAEB64: hue angle of 67.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAEB64 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 100 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.08 |
| HSL | 67.56º | 0.77% | 0.66% | - |
| HSV(B) | 67.56º | 0.57% | 0.92% | - |
| XYZ | 60.92 | 75.24 | 23.37 | - |
| YUV | 214.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 100 | 0.07 | 0 | 0.57 | 0.08 | 67.56 | 0.77 | 0.66 |
| Hex | DA | EB | 64 | 7 | 0 | 39 | 8 | 44 | 4D | 42 |
| Octal | 332 | 353 | 144 | 7 | 0 | 71 | 10 | 104 | 115 | 102 |
| Binary | 11011010 | 11101011 | 1100100 | 111 | 0 | 111001 | 1000 | 1000100 | 1001101 | 1000010 |
Color Harmonies of #DAEB64
Complementary color
Monochromatic Colors of #DAEB64
Black with #DAEB64
Text Example
Text Example
White with #DAEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEB64; }
p { color: rgb(218,235,100); }
H1.HeaderClassName
{
color: #DAEB64;
}
.AnyTagClassName
{
color: #DAEB64;
}
</style>
background-color css
<style>
a { background-color: #DAEB64; }
a { background-color: rgb(218,235,100); }
div.DivClassName
{
background-color: #DAEB64;
}
.BgClassName
{
background-color: #DAEB64;
}
</style>
border-color css
<style>
span { border-color: #DAEB64; }
span { border-color: rgb(218,235,100); }
td.TdClassName
{
border-color: #DAEB64;
}
.TagClassName
{
border-color: #DAEB64;
}
</style>