Shades of Mindaro #DAF85A
Tints of Mindaro #DAF85A
RGB
CMYK
RGB Variations
Color information
#DAF85A (or 0xDAF85A) is known color: Mindaro. HEX triplet: DA, F8 and 5A. RGB value is (218,248,90). Sum of RGB (Red+Green+Blue) = 218+248+90=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF85A is #2507A5. Grayscale: #DDDDDD. Windows color (decimal): -2426790 or 5961946. OLE color: 5961946.
HSL color Cylindrical-coordinate representation of color #DAF85A: hue angle of 71.39º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAF85A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 90 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.03 |
| HSL | 71.39º | 0.92% | 0.66% | - |
| HSV(B) | 71.39º | 0.64% | 0.97% | - |
| XYZ | 64.33 | 82.78 | 22.26 | - |
| YUV | 221.02 | 54.06 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 90 | 0.12 | 0 | 0.64 | 0.03 | 71.39 | 0.92 | 0.66 |
| Hex | DA | F8 | 5A | C | 0 | 40 | 3 | 47 | 5C | 42 |
| Octal | 332 | 370 | 132 | 14 | 0 | 100 | 3 | 107 | 134 | 102 |
| Binary | 11011010 | 11111000 | 1011010 | 1100 | 0 | 1000000 | 11 | 1000111 | 1011100 | 1000010 |
Color Harmonies of #DAF85A
Complementary color
Monochromatic Colors of #DAF85A
Black with #DAF85A
Text Example
Text Example
White with #DAF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF85A; }
p { color: rgb(218,248,90); }
H1.HeaderClassName
{
color: #DAF85A;
}
.AnyTagClassName
{
color: #DAF85A;
}
</style>
background-color css
<style>
a { background-color: #DAF85A; }
a { background-color: rgb(218,248,90); }
div.DivClassName
{
background-color: #DAF85A;
}
.BgClassName
{
background-color: #DAF85A;
}
</style>
border-color css
<style>
span { border-color: #DAF85A; }
span { border-color: rgb(218,248,90); }
td.TdClassName
{
border-color: #DAF85A;
}
.TagClassName
{
border-color: #DAF85A;
}
</style>