Shades of Mindaro #DAFC58
Tints of Mindaro #DAFC58
RGB
CMYK
RGB Variations
Color information
#DAFC58 (or 0xDAFC58) is known color: Mindaro. HEX triplet: DA, FC and 58. RGB value is (218,252,88). Sum of RGB (Red+Green+Blue) = 218+252+88=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 88 (34.77% from 255 or 15.77% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC58 is #2503A7. Grayscale: #DFDFDF. Windows color (decimal): -2425768 or 5831898. OLE color: 5831898.
HSL color Cylindrical-coordinate representation of color #DAFC58: hue angle of 72.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAFC58 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 88 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.01 |
| HSL | 72.44º | 0.96% | 0.67% | - |
| HSV(B) | 72.44º | 0.65% | 0.99% | - |
| XYZ | 65.49 | 85.23 | 22.23 | - |
| YUV | 223.14 | 51.74 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 88 | 0.13 | 0 | 0.65 | 0.01 | 72.44 | 0.96 | 0.67 |
| Hex | DA | FC | 58 | D | 0 | 41 | 1 | 48 | 60 | 43 |
| Octal | 332 | 374 | 130 | 15 | 0 | 101 | 1 | 110 | 140 | 103 |
| Binary | 11011010 | 11111100 | 1011000 | 1101 | 0 | 1000001 | 1 | 1001000 | 1100000 | 1000011 |
Color Harmonies of #DAFC58
Complementary color
Monochromatic Colors of #DAFC58
Black with #DAFC58
Text Example
Text Example
White with #DAFC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC58; }
p { color: rgb(218,252,88); }
H1.HeaderClassName
{
color: #DAFC58;
}
.AnyTagClassName
{
color: #DAFC58;
}
</style>
background-color css
<style>
a { background-color: #DAFC58; }
a { background-color: rgb(218,252,88); }
div.DivClassName
{
background-color: #DAFC58;
}
.BgClassName
{
background-color: #DAFC58;
}
</style>
border-color css
<style>
span { border-color: #DAFC58; }
span { border-color: rgb(218,252,88); }
td.TdClassName
{
border-color: #DAFC58;
}
.TagClassName
{
border-color: #DAFC58;
}
</style>