Shades of Mindaro #DAF37C
Tints of Mindaro #DAF37C
RGB
CMYK
RGB Variations
Color information
#DAF37C (or 0xDAF37C) is known color: Mindaro. HEX triplet: DA, F3 and 7C. RGB value is (218,243,124). Sum of RGB (Red+Green+Blue) = 218+243+124=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF37C is #250C83. Grayscale: #DEDEDE. Windows color (decimal): -2428036 or 8188890. OLE color: 8188890.
HSL color Cylindrical-coordinate representation of color #DAF37C: hue angle of 72.61º degrees, saturation: 0.83, 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 #DAF37C is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 124 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.05 |
| HSL | 72.61º | 0.83% | 0.72% | - |
| HSV(B) | 72.61º | 0.49% | 0.95% | - |
| XYZ | 64.6 | 80.46 | 31.19 | - |
| YUV | 221.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 124 | 0.10 | 0 | 0.49 | 0.05 | 72.61 | 0.83 | 0.72 |
| Hex | DA | F3 | 7C | A | 0 | 31 | 5 | 49 | 53 | 48 |
| Octal | 332 | 363 | 174 | 12 | 0 | 61 | 5 | 111 | 123 | 110 |
| Binary | 11011010 | 11110011 | 1111100 | 1010 | 0 | 110001 | 101 | 1001001 | 1010011 | 1001000 |
Color Harmonies of #DAF37C
Complementary color
Monochromatic Colors of #DAF37C
Black with #DAF37C
Text Example
Text Example
White with #DAF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF37C; }
p { color: rgb(218,243,124); }
H1.HeaderClassName
{
color: #DAF37C;
}
.AnyTagClassName
{
color: #DAF37C;
}
</style>
background-color css
<style>
a { background-color: #DAF37C; }
a { background-color: rgb(218,243,124); }
div.DivClassName
{
background-color: #DAF37C;
}
.BgClassName
{
background-color: #DAF37C;
}
</style>
border-color css
<style>
span { border-color: #DAF37C; }
span { border-color: rgb(218,243,124); }
td.TdClassName
{
border-color: #DAF37C;
}
.TagClassName
{
border-color: #DAF37C;
}
</style>