Shades of Mindaro #DAEE74
Tints of Mindaro #DAEE74
RGB
CMYK
RGB Variations
Color information
#DAEE74 (or 0xDAEE74) is known color: Mindaro. HEX triplet: DA, EE and 74. RGB value is (218,238,116). Sum of RGB (Red+Green+Blue) = 218+238+116=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE74 is #25118B. Grayscale: #DADADA. Windows color (decimal): -2429324 or 7663322. OLE color: 7663322.
HSL color Cylindrical-coordinate representation of color #DAEE74: hue angle of 69.84º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAEE74 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 116 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.07 |
| HSL | 69.84º | 0.78% | 0.69% | - |
| HSV(B) | 69.84º | 0.51% | 0.93% | - |
| XYZ | 62.64 | 77.32 | 28.14 | - |
| YUV | 218.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 116 | 0.08 | 0 | 0.51 | 0.07 | 69.84 | 0.78 | 0.69 |
| Hex | DA | EE | 74 | 8 | 0 | 33 | 7 | 46 | 4E | 45 |
| Octal | 332 | 356 | 164 | 10 | 0 | 63 | 7 | 106 | 116 | 105 |
| Binary | 11011010 | 11101110 | 1110100 | 1000 | 0 | 110011 | 111 | 1000110 | 1001110 | 1000101 |
Color Harmonies of #DAEE74
Complementary color
Monochromatic Colors of #DAEE74
Black with #DAEE74
Text Example
Text Example
White with #DAEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEE74; }
p { color: rgb(218,238,116); }
H1.HeaderClassName
{
color: #DAEE74;
}
.AnyTagClassName
{
color: #DAEE74;
}
</style>
background-color css
<style>
a { background-color: #DAEE74; }
a { background-color: rgb(218,238,116); }
div.DivClassName
{
background-color: #DAEE74;
}
.BgClassName
{
background-color: #DAEE74;
}
</style>
border-color css
<style>
span { border-color: #DAEE74; }
span { border-color: rgb(218,238,116); }
td.TdClassName
{
border-color: #DAEE74;
}
.TagClassName
{
border-color: #DAEE74;
}
</style>