Shades of Mindaro #D9F269
Tints of Mindaro #D9F269
RGB
CMYK
RGB Variations
Color information
#D9F269 (or 0xD9F269) is known color: Mindaro. HEX triplet: D9, F2 and 69. RGB value is (217,242,105). Sum of RGB (Red+Green+Blue) = 217+242+105=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F269 is #260D96. Grayscale: #DBDBDB. Windows color (decimal): -2493847 or 6943449. OLE color: 6943449.
HSL color Cylindrical-coordinate representation of color #D9F269: hue angle of 70.95º 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 #D9F269 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 105 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.05 |
| HSL | 70.95º | 0.84% | 0.68% | - |
| HSV(B) | 70.95º | 0.57% | 0.95% | - |
| XYZ | 62.92 | 79.28 | 25.35 | - |
| YUV | 218.91 | 63.72 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 105 | 0.10 | 0 | 0.57 | 0.05 | 70.95 | 0.84 | 0.68 |
| Hex | D9 | F2 | 69 | A | 0 | 39 | 5 | 47 | 54 | 44 |
| Octal | 331 | 362 | 151 | 12 | 0 | 71 | 5 | 107 | 124 | 104 |
| Binary | 11011001 | 11110010 | 1101001 | 1010 | 0 | 111001 | 101 | 1000111 | 1010100 | 1000100 |
Color Harmonies of #D9F269
Complementary color
Monochromatic Colors of #D9F269
Black with #D9F269
Text Example
Text Example
White with #D9F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F269; }
p { color: rgb(217,242,105); }
H1.HeaderClassName
{
color: #D9F269;
}
.AnyTagClassName
{
color: #D9F269;
}
</style>
background-color css
<style>
a { background-color: #D9F269; }
a { background-color: rgb(217,242,105); }
div.DivClassName
{
background-color: #D9F269;
}
.BgClassName
{
background-color: #D9F269;
}
</style>
border-color css
<style>
span { border-color: #D9F269; }
span { border-color: rgb(217,242,105); }
td.TdClassName
{
border-color: #D9F269;
}
.TagClassName
{
border-color: #D9F269;
}
</style>