Shades of Mindaro #DAF27C
Tints of Mindaro #DAF27C
RGB
CMYK
RGB Variations
Color information
#DAF27C (or 0xDAF27C) is known color: Mindaro. HEX triplet: DA, F2 and 7C. RGB value is (218,242,124). Sum of RGB (Red+Green+Blue) = 218+242+124=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF27C is #250D83. Grayscale: #DDDDDD. Windows color (decimal): -2428292 or 8188634. OLE color: 8188634.
HSL color Cylindrical-coordinate representation of color #DAF27C: hue angle of 72.2º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF27C is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 124 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.05 |
| HSL | 72.2º | 0.82% | 0.72% | - |
| HSV(B) | 72.2º | 0.49% | 0.95% | - |
| XYZ | 64.3 | 79.86 | 31.1 | - |
| YUV | 221.37 | 73.05 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 124 | 0.10 | 0 | 0.49 | 0.05 | 72.2 | 0.82 | 0.72 |
| Hex | DA | F2 | 7C | A | 0 | 31 | 5 | 48 | 52 | 48 |
| Octal | 332 | 362 | 174 | 12 | 0 | 61 | 5 | 110 | 122 | 110 |
| Binary | 11011010 | 11110010 | 1111100 | 1010 | 0 | 110001 | 101 | 1001000 | 1010010 | 1001000 |
Color Harmonies of #DAF27C
Complementary color
Monochromatic Colors of #DAF27C
Black with #DAF27C
Text Example
Text Example
White with #DAF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF27C; }
p { color: rgb(218,242,124); }
H1.HeaderClassName
{
color: #DAF27C;
}
.AnyTagClassName
{
color: #DAF27C;
}
</style>
background-color css
<style>
a { background-color: #DAF27C; }
a { background-color: rgb(218,242,124); }
div.DivClassName
{
background-color: #DAF27C;
}
.BgClassName
{
background-color: #DAF27C;
}
</style>
border-color css
<style>
span { border-color: #DAF27C; }
span { border-color: rgb(218,242,124); }
td.TdClassName
{
border-color: #DAF27C;
}
.TagClassName
{
border-color: #DAF27C;
}
</style>