Shades of Mindaro #DAFA57
Tints of Mindaro #DAFA57
RGB
CMYK
RGB Variations
Color information
#DAFA57 (or 0xDAFA57) is known color: Mindaro. HEX triplet: DA, FA and 57. RGB value is (218,250,87). Sum of RGB (Red+Green+Blue) = 218+250+87=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 87 (34.38% from 255 or 15.68% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA57 is #2505A8. Grayscale: #DEDEDE. Windows color (decimal): -2426281 or 5765850. OLE color: 5765850.
HSL color Cylindrical-coordinate representation of color #DAFA57: hue angle of 71.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAFA57 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 87 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.02 |
| HSL | 71.78º | 0.94% | 0.66% | - |
| HSV(B) | 71.78º | 0.65% | 0.98% | - |
| XYZ | 64.82 | 83.96 | 21.81 | - |
| YUV | 221.85 | 51.9 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 87 | 0.13 | 0 | 0.65 | 0.02 | 71.78 | 0.94 | 0.66 |
| Hex | DA | FA | 57 | D | 0 | 41 | 2 | 48 | 5E | 42 |
| Octal | 332 | 372 | 127 | 15 | 0 | 101 | 2 | 110 | 136 | 102 |
| Binary | 11011010 | 11111010 | 1010111 | 1101 | 0 | 1000001 | 10 | 1001000 | 1011110 | 1000010 |
Color Harmonies of #DAFA57
Complementary color
Monochromatic Colors of #DAFA57
Black with #DAFA57
Text Example
Text Example
White with #DAFA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA57; }
p { color: rgb(218,250,87); }
H1.HeaderClassName
{
color: #DAFA57;
}
.AnyTagClassName
{
color: #DAFA57;
}
</style>
background-color css
<style>
a { background-color: #DAFA57; }
a { background-color: rgb(218,250,87); }
div.DivClassName
{
background-color: #DAFA57;
}
.BgClassName
{
background-color: #DAFA57;
}
</style>
border-color css
<style>
span { border-color: #DAFA57; }
span { border-color: rgb(218,250,87); }
td.TdClassName
{
border-color: #DAFA57;
}
.TagClassName
{
border-color: #DAFA57;
}
</style>