Shades of Mindaro #DAF375
Tints of Mindaro #DAF375
RGB
CMYK
RGB Variations
Color information
#DAF375 (or 0xDAF375) is known color: Mindaro. HEX triplet: DA, F3 and 75. RGB value is (218,243,117). Sum of RGB (Red+Green+Blue) = 218+243+117=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF375 is #250C8A. Grayscale: #DDDDDD. Windows color (decimal): -2428043 or 7730138. OLE color: 7730138.
HSL color Cylindrical-coordinate representation of color #DAF375: hue angle of 71.9º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF375 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 117 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.05 |
| HSL | 71.9º | 0.84% | 0.71% | - |
| HSV(B) | 71.9º | 0.52% | 0.95% | - |
| XYZ | 64.17 | 80.29 | 28.94 | - |
| YUV | 221.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 117 | 0.10 | 0 | 0.52 | 0.05 | 71.9 | 0.84 | 0.71 |
| Hex | DA | F3 | 75 | A | 0 | 34 | 5 | 48 | 54 | 47 |
| Octal | 332 | 363 | 165 | 12 | 0 | 64 | 5 | 110 | 124 | 107 |
| Binary | 11011010 | 11110011 | 1110101 | 1010 | 0 | 110100 | 101 | 1001000 | 1010100 | 1000111 |
Color Harmonies of #DAF375
Complementary color
Monochromatic Colors of #DAF375
Black with #DAF375
Text Example
Text Example
White with #DAF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF375; }
p { color: rgb(218,243,117); }
H1.HeaderClassName
{
color: #DAF375;
}
.AnyTagClassName
{
color: #DAF375;
}
</style>
background-color css
<style>
a { background-color: #DAF375; }
a { background-color: rgb(218,243,117); }
div.DivClassName
{
background-color: #DAF375;
}
.BgClassName
{
background-color: #DAF375;
}
</style>
border-color css
<style>
span { border-color: #DAF375; }
span { border-color: rgb(218,243,117); }
td.TdClassName
{
border-color: #DAF375;
}
.TagClassName
{
border-color: #DAF375;
}
</style>