Shades of Mindaro #DAFC5B
Tints of Mindaro #DAFC5B
RGB
CMYK
RGB Variations
Color information
#DAFC5B (or 0xDAFC5B) is known color: Mindaro. HEX triplet: DA, FC and 5B. RGB value is (218,252,91). Sum of RGB (Red+Green+Blue) = 218+252+91=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC5B is #2503A4. Grayscale: #E0E0E0. Windows color (decimal): -2425765 or 6028506. OLE color: 6028506.
HSL color Cylindrical-coordinate representation of color #DAFC5B: hue angle of 72.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAFC5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.01 |
| HSL | 72.67º | 0.96% | 0.67% | - |
| HSV(B) | 72.67º | 0.64% | 0.99% | - |
| XYZ | 65.61 | 85.28 | 22.9 | - |
| YUV | 223.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 91 | 0.13 | 0 | 0.64 | 0.01 | 72.67 | 0.96 | 0.67 |
| Hex | DA | FC | 5B | D | 0 | 40 | 1 | 49 | 60 | 43 |
| Octal | 332 | 374 | 133 | 15 | 0 | 100 | 1 | 111 | 140 | 103 |
| Binary | 11011010 | 11111100 | 1011011 | 1101 | 0 | 1000000 | 1 | 1001001 | 1100000 | 1000011 |
Color Harmonies of #DAFC5B
Complementary color
Monochromatic Colors of #DAFC5B
Black with #DAFC5B
Text Example
Text Example
White with #DAFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC5B; }
p { color: rgb(218,252,91); }
H1.HeaderClassName
{
color: #DAFC5B;
}
.AnyTagClassName
{
color: #DAFC5B;
}
</style>
background-color css
<style>
a { background-color: #DAFC5B; }
a { background-color: rgb(218,252,91); }
div.DivClassName
{
background-color: #DAFC5B;
}
.BgClassName
{
background-color: #DAFC5B;
}
</style>
border-color css
<style>
span { border-color: #DAFC5B; }
span { border-color: rgb(218,252,91); }
td.TdClassName
{
border-color: #DAFC5B;
}
.TagClassName
{
border-color: #DAFC5B;
}
</style>