Shades of Mindaro #DAFE7A
Tints of Mindaro #DAFE7A
RGB
CMYK
RGB Variations
Color information
#DAFE7A (or 0xDAFE7A) is known color: Mindaro. HEX triplet: DA, FE and 7A. RGB value is (218,254,122). Sum of RGB (Red+Green+Blue) = 218+254+122=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE7A is #250185. Grayscale: #E4E4E4. Windows color (decimal): -2425222 or 8060634. OLE color: 8060634.
HSL color Cylindrical-coordinate representation of color #DAFE7A: hue angle of 76.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAFE7A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 122 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.00 |
| HSL | 76.36º | 0.99% | 0.74% | - |
| HSV(B) | 76.36º | 0.52% | 1% | - |
| XYZ | 67.87 | 87.19 | 31.67 | - |
| YUV | 228.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 122 | 0.14 | 0 | 0.52 | 0.00 | 76.36 | 0.99 | 0.74 |
| Hex | DA | FE | 7A | E | 0 | 34 | 0 | 4C | 63 | 4A |
| Octal | 332 | 376 | 172 | 16 | 0 | 64 | 0 | 114 | 143 | 112 |
| Binary | 11011010 | 11111110 | 1111010 | 1110 | 0 | 110100 | 0 | 1001100 | 1100011 | 1001010 |
Color Harmonies of #DAFE7A
Complementary color
Monochromatic Colors of #DAFE7A
Black with #DAFE7A
Text Example
Text Example
White with #DAFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE7A; }
p { color: rgb(218,254,122); }
H1.HeaderClassName
{
color: #DAFE7A;
}
.AnyTagClassName
{
color: #DAFE7A;
}
</style>
background-color css
<style>
a { background-color: #DAFE7A; }
a { background-color: rgb(218,254,122); }
div.DivClassName
{
background-color: #DAFE7A;
}
.BgClassName
{
background-color: #DAFE7A;
}
</style>
border-color css
<style>
span { border-color: #DAFE7A; }
span { border-color: rgb(218,254,122); }
td.TdClassName
{
border-color: #DAFE7A;
}
.TagClassName
{
border-color: #DAFE7A;
}
</style>