Shades of Mindaro #DAF374
Tints of Mindaro #DAF374
RGB
CMYK
RGB Variations
Color information
#DAF374 (or 0xDAF374) is known color: Mindaro. HEX triplet: DA, F3 and 74. RGB value is (218,243,116). Sum of RGB (Red+Green+Blue) = 218+243+116=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF374 is #250C8B. Grayscale: #DDDDDD. Windows color (decimal): -2428044 or 7664602. OLE color: 7664602.
HSL color Cylindrical-coordinate representation of color #DAF374: hue angle of 71.81º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF374 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 116 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.05 |
| HSL | 71.81º | 0.84% | 0.7% | - |
| HSV(B) | 71.81º | 0.52% | 0.95% | - |
| XYZ | 64.12 | 80.27 | 28.64 | - |
| YUV | 221.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 116 | 0.10 | 0 | 0.52 | 0.05 | 71.81 | 0.84 | 0.7 |
| Hex | DA | F3 | 74 | A | 0 | 34 | 5 | 48 | 54 | 46 |
| Octal | 332 | 363 | 164 | 12 | 0 | 64 | 5 | 110 | 124 | 106 |
| Binary | 11011010 | 11110011 | 1110100 | 1010 | 0 | 110100 | 101 | 1001000 | 1010100 | 1000110 |
Color Harmonies of #DAF374
Complementary color
Monochromatic Colors of #DAF374
Black with #DAF374
Text Example
Text Example
White with #DAF374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF374; }
p { color: rgb(218,243,116); }
H1.HeaderClassName
{
color: #DAF374;
}
.AnyTagClassName
{
color: #DAF374;
}
</style>
background-color css
<style>
a { background-color: #DAF374; }
a { background-color: rgb(218,243,116); }
div.DivClassName
{
background-color: #DAF374;
}
.BgClassName
{
background-color: #DAF374;
}
</style>
border-color css
<style>
span { border-color: #DAF374; }
span { border-color: rgb(218,243,116); }
td.TdClassName
{
border-color: #DAF374;
}
.TagClassName
{
border-color: #DAF374;
}
</style>