Shades of Mindaro #D9ED65
Tints of Mindaro #D9ED65
RGB
CMYK
RGB Variations
Color information
#D9ED65 (or 0xD9ED65) is known color: Mindaro. HEX triplet: D9, ED and 65. RGB value is (217,237,101). Sum of RGB (Red+Green+Blue) = 217+237+101=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED65 is #26129A. Grayscale: #D8D8D8. Windows color (decimal): -2495131 or 6680025. OLE color: 6680025.
HSL color Cylindrical-coordinate representation of color #D9ED65: hue angle of 68.82º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9ED65 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 101 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.07 |
| HSL | 68.82º | 0.79% | 0.66% | - |
| HSV(B) | 68.82º | 0.57% | 0.93% | - |
| XYZ | 61.25 | 76.26 | 23.8 | - |
| YUV | 215.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 101 | 0.08 | 0 | 0.57 | 0.07 | 68.82 | 0.79 | 0.66 |
| Hex | D9 | ED | 65 | 8 | 0 | 39 | 7 | 45 | 4F | 42 |
| Octal | 331 | 355 | 145 | 10 | 0 | 71 | 7 | 105 | 117 | 102 |
| Binary | 11011001 | 11101101 | 1100101 | 1000 | 0 | 111001 | 111 | 1000101 | 1001111 | 1000010 |
Color Harmonies of #D9ED65
Complementary color
Monochromatic Colors of #D9ED65
Black with #D9ED65
Text Example
Text Example
White with #D9ED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED65; }
p { color: rgb(217,237,101); }
H1.HeaderClassName
{
color: #D9ED65;
}
.AnyTagClassName
{
color: #D9ED65;
}
</style>
background-color css
<style>
a { background-color: #D9ED65; }
a { background-color: rgb(217,237,101); }
div.DivClassName
{
background-color: #D9ED65;
}
.BgClassName
{
background-color: #D9ED65;
}
</style>
border-color css
<style>
span { border-color: #D9ED65; }
span { border-color: rgb(217,237,101); }
td.TdClassName
{
border-color: #D9ED65;
}
.TagClassName
{
border-color: #D9ED65;
}
</style>