Shades of Mindaro #D8E969
Tints of Mindaro #D8E969
RGB
CMYK
RGB Variations
Color information
#D8E969 (or 0xD8E969) is known color: Mindaro. HEX triplet: D8, E9 and 69. RGB value is (216,233,105). Sum of RGB (Red+Green+Blue) = 216+233+105=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E969 is #271696. Grayscale: #D5D5D5. Windows color (decimal): -2561687 or 6941144. OLE color: 6941144.
HSL color Cylindrical-coordinate representation of color #D8E969: hue angle of 67.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8E969 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 233 | 105 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.09 |
| HSL | 67.97º | 0.74% | 0.66% | - |
| HSV(B) | 67.97º | 0.55% | 0.91% | - |
| XYZ | 60.01 | 73.9 | 24.47 | - |
| YUV | 213.33 | 66.87 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 233 | 105 | 0.07 | 0 | 0.55 | 0.09 | 67.97 | 0.74 | 0.66 |
| Hex | D8 | E9 | 69 | 7 | 0 | 37 | 9 | 44 | 4A | 42 |
| Octal | 330 | 351 | 151 | 7 | 0 | 67 | 11 | 104 | 112 | 102 |
| Binary | 11011000 | 11101001 | 1101001 | 111 | 0 | 110111 | 1001 | 1000100 | 1001010 | 1000010 |
Color Harmonies of #D8E969
Complementary color
Monochromatic Colors of #D8E969
Black with #D8E969
Text Example
Text Example
White with #D8E969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E969; }
p { color: rgb(216,233,105); }
H1.HeaderClassName
{
color: #D8E969;
}
.AnyTagClassName
{
color: #D8E969;
}
</style>
background-color css
<style>
a { background-color: #D8E969; }
a { background-color: rgb(216,233,105); }
div.DivClassName
{
background-color: #D8E969;
}
.BgClassName
{
background-color: #D8E969;
}
</style>
border-color css
<style>
span { border-color: #D8E969; }
span { border-color: rgb(216,233,105); }
td.TdClassName
{
border-color: #D8E969;
}
.TagClassName
{
border-color: #D8E969;
}
</style>