Shades of Mindaro #DAFE64
Tints of Mindaro #DAFE64
RGB
CMYK
RGB Variations
Color information
#DAFE64 (or 0xDAFE64) is known color: Mindaro. HEX triplet: DA, FE and 64. RGB value is (218,254,100). Sum of RGB (Red+Green+Blue) = 218+254+100=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE64 is #25019B. Grayscale: #E2E2E2. Windows color (decimal): -2425244 or 6618842. OLE color: 6618842.
HSL color Cylindrical-coordinate representation of color #DAFE64: hue angle of 74.03º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAFE64 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 100 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.00 |
| HSL | 74.03º | 0.99% | 0.69% | - |
| HSV(B) | 74.03º | 0.61% | 1% | - |
| XYZ | 66.66 | 86.71 | 25.28 | - |
| YUV | 225.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 100 | 0.14 | 0 | 0.61 | 0.00 | 74.03 | 0.99 | 0.69 |
| Hex | DA | FE | 64 | E | 0 | 3D | 0 | 4A | 63 | 45 |
| Octal | 332 | 376 | 144 | 16 | 0 | 75 | 0 | 112 | 143 | 105 |
| Binary | 11011010 | 11111110 | 1100100 | 1110 | 0 | 111101 | 0 | 1001010 | 1100011 | 1000101 |
Color Harmonies of #DAFE64
Complementary color
Monochromatic Colors of #DAFE64
Black with #DAFE64
Text Example
Text Example
White with #DAFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE64; }
p { color: rgb(218,254,100); }
H1.HeaderClassName
{
color: #DAFE64;
}
.AnyTagClassName
{
color: #DAFE64;
}
</style>
background-color css
<style>
a { background-color: #DAFE64; }
a { background-color: rgb(218,254,100); }
div.DivClassName
{
background-color: #DAFE64;
}
.BgClassName
{
background-color: #DAFE64;
}
</style>
border-color css
<style>
span { border-color: #DAFE64; }
span { border-color: rgb(218,254,100); }
td.TdClassName
{
border-color: #DAFE64;
}
.TagClassName
{
border-color: #DAFE64;
}
</style>