Shades of Mindaro #DAE378
Tints of Mindaro #DAE378
RGB
CMYK
RGB Variations
Color information
#DAE378 (or 0xDAE378) is known color: Mindaro. HEX triplet: DA, E3 and 78. RGB value is (218,227,120). Sum of RGB (Red+Green+Blue) = 218+227+120=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE378 is #251C87. Grayscale: #D4D4D4. Windows color (decimal): -2432136 or 7922650. OLE color: 7922650.
HSL color Cylindrical-coordinate representation of color #DAE378: hue angle of 65.05º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAE378 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 120 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.11 |
| HSL | 65.05º | 0.66% | 0.68% | - |
| HSV(B) | 65.05º | 0.47% | 0.89% | - |
| XYZ | 59.77 | 71.2 | 28.36 | - |
| YUV | 212.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 120 | 0.04 | 0 | 0.47 | 0.11 | 65.05 | 0.66 | 0.68 |
| Hex | DA | E3 | 78 | 4 | 0 | 2F | B | 41 | 42 | 44 |
| Octal | 332 | 343 | 170 | 4 | 0 | 57 | 13 | 101 | 102 | 104 |
| Binary | 11011010 | 11100011 | 1111000 | 100 | 0 | 101111 | 1011 | 1000001 | 1000010 | 1000100 |
Color Harmonies of #DAE378
Complementary color
Monochromatic Colors of #DAE378
Black with #DAE378
Text Example
Text Example
White with #DAE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE378; }
p { color: rgb(218,227,120); }
H1.HeaderClassName
{
color: #DAE378;
}
.AnyTagClassName
{
color: #DAE378;
}
</style>
background-color css
<style>
a { background-color: #DAE378; }
a { background-color: rgb(218,227,120); }
div.DivClassName
{
background-color: #DAE378;
}
.BgClassName
{
background-color: #DAE378;
}
</style>
border-color css
<style>
span { border-color: #DAE378; }
span { border-color: rgb(218,227,120); }
td.TdClassName
{
border-color: #DAE378;
}
.TagClassName
{
border-color: #DAE378;
}
</style>