Shades of Mindaro #D9F268
Tints of Mindaro #D9F268
RGB
CMYK
RGB Variations
Color information
#D9F268 (or 0xD9F268) is known color: Mindaro. HEX triplet: D9, F2 and 68. RGB value is (217,242,104). Sum of RGB (Red+Green+Blue) = 217+242+104=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F268 is #260D97. Grayscale: #DBDBDB. Windows color (decimal): -2493848 or 6877913. OLE color: 6877913.
HSL color Cylindrical-coordinate representation of color #D9F268: hue angle of 70.87º 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 #D9F268 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 104 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.05 |
| HSL | 70.87º | 0.84% | 0.68% | - |
| HSV(B) | 70.87º | 0.57% | 0.95% | - |
| XYZ | 62.87 | 79.26 | 25.08 | - |
| YUV | 218.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 104 | 0.10 | 0 | 0.57 | 0.05 | 70.87 | 0.84 | 0.68 |
| Hex | D9 | F2 | 68 | A | 0 | 39 | 5 | 47 | 54 | 44 |
| Octal | 331 | 362 | 150 | 12 | 0 | 71 | 5 | 107 | 124 | 104 |
| Binary | 11011001 | 11110010 | 1101000 | 1010 | 0 | 111001 | 101 | 1000111 | 1010100 | 1000100 |
Color Harmonies of #D9F268
Complementary color
Monochromatic Colors of #D9F268
Black with #D9F268
Text Example
Text Example
White with #D9F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F268; }
p { color: rgb(217,242,104); }
H1.HeaderClassName
{
color: #D9F268;
}
.AnyTagClassName
{
color: #D9F268;
}
</style>
background-color css
<style>
a { background-color: #D9F268; }
a { background-color: rgb(217,242,104); }
div.DivClassName
{
background-color: #D9F268;
}
.BgClassName
{
background-color: #D9F268;
}
</style>
border-color css
<style>
span { border-color: #D9F268; }
span { border-color: rgb(217,242,104); }
td.TdClassName
{
border-color: #D9F268;
}
.TagClassName
{
border-color: #D9F268;
}
</style>