Shades of Mindaro #DAF26E
Tints of Mindaro #DAF26E
RGB
CMYK
RGB Variations
Color information
#DAF26E (or 0xDAF26E) is known color: Mindaro. HEX triplet: DA, F2 and 6E. RGB value is (218,242,110). Sum of RGB (Red+Green+Blue) = 218+242+110=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF26E is #250D91. Grayscale: #DCDCDC. Windows color (decimal): -2428306 or 7271130. OLE color: 7271130.
HSL color Cylindrical-coordinate representation of color #DAF26E: hue angle of 70.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF26E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 110 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.05 |
| HSL | 70.91º | 0.84% | 0.69% | - |
| HSV(B) | 70.91º | 0.55% | 0.95% | - |
| XYZ | 63.48 | 79.54 | 26.76 | - |
| YUV | 219.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 110 | 0.10 | 0 | 0.55 | 0.05 | 70.91 | 0.84 | 0.69 |
| Hex | DA | F2 | 6E | A | 0 | 37 | 5 | 47 | 54 | 45 |
| Octal | 332 | 362 | 156 | 12 | 0 | 67 | 5 | 107 | 124 | 105 |
| Binary | 11011010 | 11110010 | 1101110 | 1010 | 0 | 110111 | 101 | 1000111 | 1010100 | 1000101 |
Color Harmonies of #DAF26E
Complementary color
Monochromatic Colors of #DAF26E
Black with #DAF26E
Text Example
Text Example
White with #DAF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF26E; }
p { color: rgb(218,242,110); }
H1.HeaderClassName
{
color: #DAF26E;
}
.AnyTagClassName
{
color: #DAF26E;
}
</style>
background-color css
<style>
a { background-color: #DAF26E; }
a { background-color: rgb(218,242,110); }
div.DivClassName
{
background-color: #DAF26E;
}
.BgClassName
{
background-color: #DAF26E;
}
</style>
border-color css
<style>
span { border-color: #DAF26E; }
span { border-color: rgb(218,242,110); }
td.TdClassName
{
border-color: #DAF26E;
}
.TagClassName
{
border-color: #DAF26E;
}
</style>