Shades of Mindaro #DAFC7B
Tints of Mindaro #DAFC7B
RGB
CMYK
RGB Variations
Color information
#DAFC7B (or 0xDAFC7B) is known color: Mindaro. HEX triplet: DA, FC and 7B. RGB value is (218,252,123). Sum of RGB (Red+Green+Blue) = 218+252+123=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC7B is #250384. Grayscale: #E3E3E3. Windows color (decimal): -2425733 or 8125658. OLE color: 8125658.
HSL color Cylindrical-coordinate representation of color #DAFC7B: hue angle of 75.81º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAFC7B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 123 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.01 |
| HSL | 75.81º | 0.96% | 0.74% | - |
| HSV(B) | 75.81º | 0.51% | 0.99% | - |
| XYZ | 67.3 | 85.96 | 31.78 | - |
| YUV | 227.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 123 | 0.13 | 0 | 0.51 | 0.01 | 75.81 | 0.96 | 0.74 |
| Hex | DA | FC | 7B | D | 0 | 33 | 1 | 4C | 60 | 4A |
| Octal | 332 | 374 | 173 | 15 | 0 | 63 | 1 | 114 | 140 | 112 |
| Binary | 11011010 | 11111100 | 1111011 | 1101 | 0 | 110011 | 1 | 1001100 | 1100000 | 1001010 |
Color Harmonies of #DAFC7B
Complementary color
Monochromatic Colors of #DAFC7B
Black with #DAFC7B
Text Example
Text Example
White with #DAFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC7B; }
p { color: rgb(218,252,123); }
H1.HeaderClassName
{
color: #DAFC7B;
}
.AnyTagClassName
{
color: #DAFC7B;
}
</style>
background-color css
<style>
a { background-color: #DAFC7B; }
a { background-color: rgb(218,252,123); }
div.DivClassName
{
background-color: #DAFC7B;
}
.BgClassName
{
background-color: #DAFC7B;
}
</style>
border-color css
<style>
span { border-color: #DAFC7B; }
span { border-color: rgb(218,252,123); }
td.TdClassName
{
border-color: #DAFC7B;
}
.TagClassName
{
border-color: #DAFC7B;
}
</style>