Shades of Mindaro #DAFF77
Tints of Mindaro #DAFF77
RGB
CMYK
RGB Variations
Color information
#DAFF77 (or 0xDAFF77) is known color: Mindaro. HEX triplet: DA, FF and 77. RGB value is (218,255,119). Sum of RGB (Red+Green+Blue) = 218+255+119=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF77 is #250088. Grayscale: #E4E4E4. Windows color (decimal): -2424969 or 7864282. OLE color: 7864282.
HSL color Cylindrical-coordinate representation of color #DAFF77: hue angle of 76.32º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAFF77 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 119 | - |
| CMYK | 0.15 | 0 | 0.53 | 0 |
| HSL | 76.32º | 1% | 0.73% | - |
| HSV(B) | 76.32º | 0.53% | 1% | - |
| XYZ | 68 | 87.76 | 30.81 | - |
| YUV | 228.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 119 | 0.15 | 0 | 0.53 | 0 | 76.32 | 1 | 0.73 |
| Hex | DA | FF | 77 | F | 0 | 35 | 0 | 4C | 64 | 49 |
| Octal | 332 | 377 | 167 | 17 | 0 | 65 | 0 | 114 | 144 | 111 |
| Binary | 11011010 | 11111111 | 1110111 | 1111 | 0 | 110101 | 0 | 1001100 | 1100100 | 1001001 |
Color Harmonies of #DAFF77
Complementary color
Monochromatic Colors of #DAFF77
Black with #DAFF77
Text Example
Text Example
White with #DAFF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF77; }
p { color: rgb(218,255,119); }
H1.HeaderClassName
{
color: #DAFF77;
}
.AnyTagClassName
{
color: #DAFF77;
}
</style>
background-color css
<style>
a { background-color: #DAFF77; }
a { background-color: rgb(218,255,119); }
div.DivClassName
{
background-color: #DAFF77;
}
.BgClassName
{
background-color: #DAFF77;
}
</style>
border-color css
<style>
span { border-color: #DAFF77; }
span { border-color: rgb(218,255,119); }
td.TdClassName
{
border-color: #DAFF77;
}
.TagClassName
{
border-color: #DAFF77;
}
</style>