Shades of Mindaro #D1FF69
Tints of Mindaro #D1FF69
RGB
CMYK
RGB Variations
Color information
#D1FF69 (or 0xD1FF69) is known color: Mindaro. HEX triplet: D1, FF and 69. RGB value is (209,255,105). Sum of RGB (Red+Green+Blue) = 209+255+105=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF69 is #2E0096. Grayscale: #E0E0E0. Windows color (decimal): -3014807 or 6946769. OLE color: 6946769.
HSL color Cylindrical-coordinate representation of color #D1FF69: hue angle of 78.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1FF69 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 105 | - |
| CMYK | 0.18 | 0 | 0.59 | 0 |
| HSL | 78.4º | 1% | 0.71% | - |
| HSV(B) | 78.4º | 0.59% | 1% | - |
| XYZ | 64.6 | 86.1 | 26.58 | - |
| YUV | 224.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 105 | 0.18 | 0 | 0.59 | 0 | 78.4 | 1 | 0.71 |
| Hex | D1 | FF | 69 | 12 | 0 | 3B | 0 | 4E | 64 | 47 |
| Octal | 321 | 377 | 151 | 22 | 0 | 73 | 0 | 116 | 144 | 107 |
| Binary | 11010001 | 11111111 | 1101001 | 10010 | 0 | 111011 | 0 | 1001110 | 1100100 | 1000111 |
Color Harmonies of #D1FF69
Complementary color
Monochromatic Colors of #D1FF69
Black with #D1FF69
Text Example
Text Example
White with #D1FF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF69; }
p { color: rgb(209,255,105); }
H1.HeaderClassName
{
color: #D1FF69;
}
.AnyTagClassName
{
color: #D1FF69;
}
</style>
background-color css
<style>
a { background-color: #D1FF69; }
a { background-color: rgb(209,255,105); }
div.DivClassName
{
background-color: #D1FF69;
}
.BgClassName
{
background-color: #D1FF69;
}
</style>
border-color css
<style>
span { border-color: #D1FF69; }
span { border-color: rgb(209,255,105); }
td.TdClassName
{
border-color: #D1FF69;
}
.TagClassName
{
border-color: #D1FF69;
}
</style>