Shades of Mindaro #DAFF7C
Tints of Mindaro #DAFF7C
RGB
CMYK
RGB Variations
Color information
#DAFF7C (or 0xDAFF7C) is known color: Mindaro. HEX triplet: DA, FF and 7C. RGB value is (218,255,124). Sum of RGB (Red+Green+Blue) = 218+255+124=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF7C is #250083. Grayscale: #E5E5E5. Windows color (decimal): -2424964 or 8191962. OLE color: 8191962.
HSL color Cylindrical-coordinate representation of color #DAFF7C: hue angle of 76.95º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAFF7C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 124 | - |
| CMYK | 0.15 | 0 | 0.51 | 0 |
| HSL | 76.95º | 1% | 0.74% | - |
| HSV(B) | 76.95º | 0.51% | 1% | - |
| XYZ | 68.31 | 87.88 | 32.43 | - |
| YUV | 229 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 124 | 0.15 | 0 | 0.51 | 0 | 76.95 | 1 | 0.74 |
| Hex | DA | FF | 7C | F | 0 | 33 | 0 | 4D | 64 | 4A |
| Octal | 332 | 377 | 174 | 17 | 0 | 63 | 0 | 115 | 144 | 112 |
| Binary | 11011010 | 11111111 | 1111100 | 1111 | 0 | 110011 | 0 | 1001101 | 1100100 | 1001010 |
Color Harmonies of #DAFF7C
Complementary color
Monochromatic Colors of #DAFF7C
Black with #DAFF7C
Text Example
Text Example
White with #DAFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF7C; }
p { color: rgb(218,255,124); }
H1.HeaderClassName
{
color: #DAFF7C;
}
.AnyTagClassName
{
color: #DAFF7C;
}
</style>
background-color css
<style>
a { background-color: #DAFF7C; }
a { background-color: rgb(218,255,124); }
div.DivClassName
{
background-color: #DAFF7C;
}
.BgClassName
{
background-color: #DAFF7C;
}
</style>
border-color css
<style>
span { border-color: #DAFF7C; }
span { border-color: rgb(218,255,124); }
td.TdClassName
{
border-color: #DAFF7C;
}
.TagClassName
{
border-color: #DAFF7C;
}
</style>