Shades of Mindaro #DAF27A
Tints of Mindaro #DAF27A
RGB
CMYK
RGB Variations
Color information
#DAF27A (or 0xDAF27A) is known color: Mindaro. HEX triplet: DA, F2 and 7A. RGB value is (218,242,122). Sum of RGB (Red+Green+Blue) = 218+242+122=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF27A is #250D85. Grayscale: #DDDDDD. Windows color (decimal): -2428294 or 8057562. OLE color: 8057562.
HSL color Cylindrical-coordinate representation of color #DAF27A: hue angle of 72º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF27A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 122 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.05 |
| HSL | 72º | 0.82% | 0.71% | - |
| HSV(B) | 72º | 0.5% | 0.95% | - |
| XYZ | 64.18 | 79.81 | 30.44 | - |
| YUV | 221.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 122 | 0.10 | 0 | 0.50 | 0.05 | 72 | 0.82 | 0.71 |
| Hex | DA | F2 | 7A | A | 0 | 32 | 5 | 48 | 52 | 47 |
| Octal | 332 | 362 | 172 | 12 | 0 | 62 | 5 | 110 | 122 | 107 |
| Binary | 11011010 | 11110010 | 1111010 | 1010 | 0 | 110010 | 101 | 1001000 | 1010010 | 1000111 |
Color Harmonies of #DAF27A
Complementary color
Monochromatic Colors of #DAF27A
Black with #DAF27A
Text Example
Text Example
White with #DAF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF27A; }
p { color: rgb(218,242,122); }
H1.HeaderClassName
{
color: #DAF27A;
}
.AnyTagClassName
{
color: #DAF27A;
}
</style>
background-color css
<style>
a { background-color: #DAF27A; }
a { background-color: rgb(218,242,122); }
div.DivClassName
{
background-color: #DAF27A;
}
.BgClassName
{
background-color: #DAF27A;
}
</style>
border-color css
<style>
span { border-color: #DAF27A; }
span { border-color: rgb(218,242,122); }
td.TdClassName
{
border-color: #DAF27A;
}
.TagClassName
{
border-color: #DAF27A;
}
</style>