Shades of Mindaro #DAF780
Tints of Mindaro #DAF780
RGB
CMYK
RGB Variations
Color information
#DAF780 (or 0xDAF780) is known color: Mindaro. HEX triplet: DA, F7 and 80. RGB value is (218,247,128). Sum of RGB (Red+Green+Blue) = 218+247+128=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF780 is #25087F. Grayscale: #E1E1E1. Windows color (decimal): -2427008 or 8452058. OLE color: 8452058.
HSL color Cylindrical-coordinate representation of color #DAF780: hue angle of 74.62º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAF780 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 128 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.03 |
| HSL | 74.62º | 0.88% | 0.74% | - |
| HSV(B) | 74.62º | 0.48% | 0.97% | - |
| XYZ | 66.07 | 82.99 | 32.96 | - |
| YUV | 224.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 128 | 0.12 | 0 | 0.48 | 0.03 | 74.62 | 0.88 | 0.74 |
| Hex | DA | F7 | 80 | C | 0 | 30 | 3 | 4B | 58 | 4A |
| Octal | 332 | 367 | 200 | 14 | 0 | 60 | 3 | 113 | 130 | 112 |
| Binary | 11011010 | 11110111 | 10000000 | 1100 | 0 | 110000 | 11 | 1001011 | 1011000 | 1001010 |
Color Harmonies of #DAF780
Complementary color
Monochromatic Colors of #DAF780
Black with #DAF780
Text Example
Text Example
White with #DAF780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF780; }
p { color: rgb(218,247,128); }
H1.HeaderClassName
{
color: #DAF780;
}
.AnyTagClassName
{
color: #DAF780;
}
</style>
background-color css
<style>
a { background-color: #DAF780; }
a { background-color: rgb(218,247,128); }
div.DivClassName
{
background-color: #DAF780;
}
.BgClassName
{
background-color: #DAF780;
}
</style>
border-color css
<style>
span { border-color: #DAF780; }
span { border-color: rgb(218,247,128); }
td.TdClassName
{
border-color: #DAF780;
}
.TagClassName
{
border-color: #DAF780;
}
</style>