Shades of Mindaro #DAFD7B
Tints of Mindaro #DAFD7B
RGB
CMYK
RGB Variations
Color information
#DAFD7B (or 0xDAFD7B) is known color: Mindaro. HEX triplet: DA, FD and 7B. RGB value is (218,253,123). Sum of RGB (Red+Green+Blue) = 218+253+123=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 123 (48.44% from 255 or 20.71% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD7B is #250284. Grayscale: #E4E4E4. Windows color (decimal): -2425477 or 8125914. OLE color: 8125914.
HSL color Cylindrical-coordinate representation of color #DAFD7B: hue angle of 76.15º degrees, saturation: 0.97, 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 #DAFD7B is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 123 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.01 |
| HSL | 76.15º | 0.97% | 0.74% | - |
| HSV(B) | 76.15º | 0.51% | 0.99% | - |
| XYZ | 67.61 | 86.59 | 31.89 | - |
| YUV | 227.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 123 | 0.14 | 0 | 0.51 | 0.01 | 76.15 | 0.97 | 0.74 |
| Hex | DA | FD | 7B | E | 0 | 33 | 1 | 4C | 61 | 4A |
| Octal | 332 | 375 | 173 | 16 | 0 | 63 | 1 | 114 | 141 | 112 |
| Binary | 11011010 | 11111101 | 1111011 | 1110 | 0 | 110011 | 1 | 1001100 | 1100001 | 1001010 |
Color Harmonies of #DAFD7B
Complementary color
Monochromatic Colors of #DAFD7B
Black with #DAFD7B
Text Example
Text Example
White with #DAFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD7B; }
p { color: rgb(218,253,123); }
H1.HeaderClassName
{
color: #DAFD7B;
}
.AnyTagClassName
{
color: #DAFD7B;
}
</style>
background-color css
<style>
a { background-color: #DAFD7B; }
a { background-color: rgb(218,253,123); }
div.DivClassName
{
background-color: #DAFD7B;
}
.BgClassName
{
background-color: #DAFD7B;
}
</style>
border-color css
<style>
span { border-color: #DAFD7B; }
span { border-color: rgb(218,253,123); }
td.TdClassName
{
border-color: #DAFD7B;
}
.TagClassName
{
border-color: #DAFD7B;
}
</style>