Shades of Mindaro #DAF185
Tints of Mindaro #DAF185
RGB
CMYK
RGB Variations
Color information
#DAF185 (or 0xDAF185) is known color: Mindaro. HEX triplet: DA, F1 and 85. RGB value is (218,241,133). Sum of RGB (Red+Green+Blue) = 218+241+133=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF185 is #250E7A. Grayscale: #DEDEDE. Windows color (decimal): -2428539 or 8778202. OLE color: 8778202.
HSL color Cylindrical-coordinate representation of color #DAF185: hue angle of 72.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAF185 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 133 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.05 |
| HSL | 72.78º | 0.79% | 0.73% | - |
| HSV(B) | 72.78º | 0.45% | 0.95% | - |
| XYZ | 64.6 | 79.51 | 34.13 | - |
| YUV | 221.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 133 | 0.10 | 0 | 0.45 | 0.05 | 72.78 | 0.79 | 0.73 |
| Hex | DA | F1 | 85 | A | 0 | 2D | 5 | 49 | 4F | 49 |
| Octal | 332 | 361 | 205 | 12 | 0 | 55 | 5 | 111 | 117 | 111 |
| Binary | 11011010 | 11110001 | 10000101 | 1010 | 0 | 101101 | 101 | 1001001 | 1001111 | 1001001 |
Color Harmonies of #DAF185
Complementary color
Monochromatic Colors of #DAF185
Black with #DAF185
Text Example
Text Example
White with #DAF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF185; }
p { color: rgb(218,241,133); }
H1.HeaderClassName
{
color: #DAF185;
}
.AnyTagClassName
{
color: #DAF185;
}
</style>
background-color css
<style>
a { background-color: #DAF185; }
a { background-color: rgb(218,241,133); }
div.DivClassName
{
background-color: #DAF185;
}
.BgClassName
{
background-color: #DAF185;
}
</style>
border-color css
<style>
span { border-color: #DAF185; }
span { border-color: rgb(218,241,133); }
td.TdClassName
{
border-color: #DAF185;
}
.TagClassName
{
border-color: #DAF185;
}
</style>