Shades of Mindaro #DAFC5C
Tints of Mindaro #DAFC5C
RGB
CMYK
RGB Variations
Color information
#DAFC5C (or 0xDAFC5C) is known color: Mindaro. HEX triplet: DA, FC and 5C. RGB value is (218,252,92). Sum of RGB (Red+Green+Blue) = 218+252+92=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC5C is #2503A3. Grayscale: #E0E0E0. Windows color (decimal): -2425764 or 6094042. OLE color: 6094042.
HSL color Cylindrical-coordinate representation of color #DAFC5C: hue angle of 72.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAFC5C is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 92 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.01 |
| HSL | 72.75º | 0.96% | 0.67% | - |
| HSV(B) | 72.75º | 0.63% | 0.99% | - |
| XYZ | 65.66 | 85.3 | 23.13 | - |
| YUV | 223.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 92 | 0.13 | 0 | 0.63 | 0.01 | 72.75 | 0.96 | 0.67 |
| Hex | DA | FC | 5C | D | 0 | 3F | 1 | 49 | 60 | 43 |
| Octal | 332 | 374 | 134 | 15 | 0 | 77 | 1 | 111 | 140 | 103 |
| Binary | 11011010 | 11111100 | 1011100 | 1101 | 0 | 111111 | 1 | 1001001 | 1100000 | 1000011 |
Color Harmonies of #DAFC5C
Complementary color
Monochromatic Colors of #DAFC5C
Black with #DAFC5C
Text Example
Text Example
White with #DAFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC5C; }
p { color: rgb(218,252,92); }
H1.HeaderClassName
{
color: #DAFC5C;
}
.AnyTagClassName
{
color: #DAFC5C;
}
</style>
background-color css
<style>
a { background-color: #DAFC5C; }
a { background-color: rgb(218,252,92); }
div.DivClassName
{
background-color: #DAFC5C;
}
.BgClassName
{
background-color: #DAFC5C;
}
</style>
border-color css
<style>
span { border-color: #DAFC5C; }
span { border-color: rgb(218,252,92); }
td.TdClassName
{
border-color: #DAFC5C;
}
.TagClassName
{
border-color: #DAFC5C;
}
</style>