Shades of Mindaro #DAF65A
Tints of Mindaro #DAF65A
RGB
CMYK
RGB Variations
Color information
#DAF65A (or 0xDAF65A) is known color: Mindaro. HEX triplet: DA, F6 and 5A. RGB value is (218,246,90). Sum of RGB (Red+Green+Blue) = 218+246+90=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF65A is #2509A5. Grayscale: #DCDCDC. Windows color (decimal): -2427302 or 5961434. OLE color: 5961434.
HSL color Cylindrical-coordinate representation of color #DAF65A: hue angle of 70.77º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAF65A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 90 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.04 |
| HSL | 70.77º | 0.9% | 0.66% | - |
| HSV(B) | 70.77º | 0.63% | 0.96% | - |
| XYZ | 63.71 | 81.56 | 22.06 | - |
| YUV | 219.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 90 | 0.11 | 0 | 0.63 | 0.04 | 70.77 | 0.9 | 0.66 |
| Hex | DA | F6 | 5A | B | 0 | 3F | 4 | 47 | 5A | 42 |
| Octal | 332 | 366 | 132 | 13 | 0 | 77 | 4 | 107 | 132 | 102 |
| Binary | 11011010 | 11110110 | 1011010 | 1011 | 0 | 111111 | 100 | 1000111 | 1011010 | 1000010 |
Color Harmonies of #DAF65A
Complementary color
Monochromatic Colors of #DAF65A
Black with #DAF65A
Text Example
Text Example
White with #DAF65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF65A; }
p { color: rgb(218,246,90); }
H1.HeaderClassName
{
color: #DAF65A;
}
.AnyTagClassName
{
color: #DAF65A;
}
</style>
background-color css
<style>
a { background-color: #DAF65A; }
a { background-color: rgb(218,246,90); }
div.DivClassName
{
background-color: #DAF65A;
}
.BgClassName
{
background-color: #DAF65A;
}
</style>
border-color css
<style>
span { border-color: #DAF65A; }
span { border-color: rgb(218,246,90); }
td.TdClassName
{
border-color: #DAF65A;
}
.TagClassName
{
border-color: #DAF65A;
}
</style>