Shades of Mindaro #D5F669
Tints of Mindaro #D5F669
RGB
CMYK
RGB Variations
Color information
#D5F669 (or 0xD5F669) is known color: Mindaro. HEX triplet: D5, F6 and 69. RGB value is (213,246,105). Sum of RGB (Red+Green+Blue) = 213+246+105=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F669 is #2A0996. Grayscale: #DCDCDC. Windows color (decimal): -2754967 or 6944469. OLE color: 6944469.
HSL color Cylindrical-coordinate representation of color #D5F669: hue angle of 74.04º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5F669 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 246 | 105 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.04 |
| HSL | 74.04º | 0.89% | 0.69% | - |
| HSV(B) | 74.04º | 0.57% | 0.96% | - |
| XYZ | 62.95 | 81.08 | 25.7 | - |
| YUV | 220.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 246 | 105 | 0.13 | 0 | 0.57 | 0.04 | 74.04 | 0.89 | 0.69 |
| Hex | D5 | F6 | 69 | D | 0 | 39 | 4 | 4A | 59 | 45 |
| Octal | 325 | 366 | 151 | 15 | 0 | 71 | 4 | 112 | 131 | 105 |
| Binary | 11010101 | 11110110 | 1101001 | 1101 | 0 | 111001 | 100 | 1001010 | 1011001 | 1000101 |
Color Harmonies of #D5F669
Complementary color
Monochromatic Colors of #D5F669
Black with #D5F669
Text Example
Text Example
White with #D5F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F669; }
p { color: rgb(213,246,105); }
H1.HeaderClassName
{
color: #D5F669;
}
.AnyTagClassName
{
color: #D5F669;
}
</style>
background-color css
<style>
a { background-color: #D5F669; }
a { background-color: rgb(213,246,105); }
div.DivClassName
{
background-color: #D5F669;
}
.BgClassName
{
background-color: #D5F669;
}
</style>
border-color css
<style>
span { border-color: #D5F669; }
span { border-color: rgb(213,246,105); }
td.TdClassName
{
border-color: #D5F669;
}
.TagClassName
{
border-color: #D5F669;
}
</style>