Shades of Mindaro #DAF875
Tints of Mindaro #DAF875
RGB
CMYK
RGB Variations
Color information
#DAF875 (or 0xDAF875) is known color: Mindaro. HEX triplet: DA, F8 and 75. RGB value is (218,248,117). Sum of RGB (Red+Green+Blue) = 218+248+117=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF875 is #25078A. Grayscale: #E0E0E0. Windows color (decimal): -2426763 or 7731418. OLE color: 7731418.
HSL color Cylindrical-coordinate representation of color #DAF875: hue angle of 73.74º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAF875 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 117 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.03 |
| HSL | 73.74º | 0.9% | 0.72% | - |
| HSV(B) | 73.74º | 0.53% | 0.97% | - |
| XYZ | 65.69 | 83.32 | 29.45 | - |
| YUV | 224.1 | 67.56 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 117 | 0.12 | 0 | 0.53 | 0.03 | 73.74 | 0.9 | 0.72 |
| Hex | DA | F8 | 75 | C | 0 | 35 | 3 | 4A | 5A | 48 |
| Octal | 332 | 370 | 165 | 14 | 0 | 65 | 3 | 112 | 132 | 110 |
| Binary | 11011010 | 11111000 | 1110101 | 1100 | 0 | 110101 | 11 | 1001010 | 1011010 | 1001000 |
Color Harmonies of #DAF875
Complementary color
Monochromatic Colors of #DAF875
Black with #DAF875
Text Example
Text Example
White with #DAF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF875; }
p { color: rgb(218,248,117); }
H1.HeaderClassName
{
color: #DAF875;
}
.AnyTagClassName
{
color: #DAF875;
}
</style>
background-color css
<style>
a { background-color: #DAF875; }
a { background-color: rgb(218,248,117); }
div.DivClassName
{
background-color: #DAF875;
}
.BgClassName
{
background-color: #DAF875;
}
</style>
border-color css
<style>
span { border-color: #DAF875; }
span { border-color: rgb(218,248,117); }
td.TdClassName
{
border-color: #DAF875;
}
.TagClassName
{
border-color: #DAF875;
}
</style>