Shades of Mindaro #DAF877
Tints of Mindaro #DAF877
RGB
CMYK
RGB Variations
Color information
#DAF877 (or 0xDAF877) is known color: Mindaro. HEX triplet: DA, F8 and 77. RGB value is (218,248,119). Sum of RGB (Red+Green+Blue) = 218+248+119=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF877 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF877 is #250788. Grayscale: #E0E0E0. Windows color (decimal): -2426761 or 7862490. OLE color: 7862490.
HSL color Cylindrical-coordinate representation of color #DAF877: hue angle of 73.95º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF877 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 119 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.03 |
| HSL | 73.95º | 0.9% | 0.72% | - |
| HSV(B) | 73.95º | 0.52% | 0.97% | - |
| XYZ | 65.81 | 83.37 | 30.08 | - |
| YUV | 224.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 119 | 0.12 | 0 | 0.52 | 0.03 | 73.95 | 0.9 | 0.72 |
| Hex | DA | F8 | 77 | C | 0 | 34 | 3 | 4A | 5A | 48 |
| Octal | 332 | 370 | 167 | 14 | 0 | 64 | 3 | 112 | 132 | 110 |
| Binary | 11011010 | 11111000 | 1110111 | 1100 | 0 | 110100 | 11 | 1001010 | 1011010 | 1001000 |
Color Harmonies of #DAF877
Complementary color
Monochromatic Colors of #DAF877
Black with #DAF877
Text Example
Text Example
White with #DAF877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF877; }
p { color: rgb(218,248,119); }
H1.HeaderClassName
{
color: #DAF877;
}
.AnyTagClassName
{
color: #DAF877;
}
</style>
background-color css
<style>
a { background-color: #DAF877; }
a { background-color: rgb(218,248,119); }
div.DivClassName
{
background-color: #DAF877;
}
.BgClassName
{
background-color: #DAF877;
}
</style>
border-color css
<style>
span { border-color: #DAF877; }
span { border-color: rgb(218,248,119); }
td.TdClassName
{
border-color: #DAF877;
}
.TagClassName
{
border-color: #DAF877;
}
</style>