Shades of Mindaro #D9F267
Tints of Mindaro #D9F267
RGB
CMYK
RGB Variations
Color information
#D9F267 (or 0xD9F267) is known color: Mindaro. HEX triplet: D9, F2 and 67. RGB value is (217,242,103). Sum of RGB (Red+Green+Blue) = 217+242+103=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 103 (40.62% from 255 or 18.33% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F267 is #260D98. Grayscale: #DBDBDB. Windows color (decimal): -2493849 or 6812377. OLE color: 6812377.
HSL color Cylindrical-coordinate representation of color #D9F267: hue angle of 70.79º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9F267 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 103 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.05 |
| HSL | 70.79º | 0.84% | 0.68% | - |
| HSV(B) | 70.79º | 0.57% | 0.95% | - |
| XYZ | 62.82 | 79.24 | 24.82 | - |
| YUV | 218.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 103 | 0.10 | 0 | 0.57 | 0.05 | 70.79 | 0.84 | 0.68 |
| Hex | D9 | F2 | 67 | A | 0 | 39 | 5 | 47 | 54 | 44 |
| Octal | 331 | 362 | 147 | 12 | 0 | 71 | 5 | 107 | 124 | 104 |
| Binary | 11011001 | 11110010 | 1100111 | 1010 | 0 | 111001 | 101 | 1000111 | 1010100 | 1000100 |
Color Harmonies of #D9F267
Complementary color
Monochromatic Colors of #D9F267
Black with #D9F267
Text Example
Text Example
White with #D9F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F267; }
p { color: rgb(217,242,103); }
H1.HeaderClassName
{
color: #D9F267;
}
.AnyTagClassName
{
color: #D9F267;
}
</style>
background-color css
<style>
a { background-color: #D9F267; }
a { background-color: rgb(217,242,103); }
div.DivClassName
{
background-color: #D9F267;
}
.BgClassName
{
background-color: #D9F267;
}
</style>
border-color css
<style>
span { border-color: #D9F267; }
span { border-color: rgb(217,242,103); }
td.TdClassName
{
border-color: #D9F267;
}
.TagClassName
{
border-color: #D9F267;
}
</style>