Shades of Mindaro #D9FF6A
Tints of Mindaro #D9FF6A
RGB
CMYK
RGB Variations
Color information
#D9FF6A (or 0xD9FF6A) is known color: Mindaro. HEX triplet: D9, FF and 6A. RGB value is (217,255,106). Sum of RGB (Red+Green+Blue) = 217+255+106=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF6A is #260095. Grayscale: #E3E3E3. Windows color (decimal): -2490518 or 7012313. OLE color: 7012313.
HSL color Cylindrical-coordinate representation of color #D9FF6A: hue angle of 75.3º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9FF6A is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 106 | - |
| CMYK | 0.15 | 0 | 0.58 | 0 |
| HSL | 75.3º | 1% | 0.71% | - |
| HSV(B) | 75.3º | 0.58% | 1% | - |
| XYZ | 66.98 | 87.31 | 26.96 | - |
| YUV | 226.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 106 | 0.15 | 0 | 0.58 | 0 | 75.3 | 1 | 0.71 |
| Hex | D9 | FF | 6A | F | 0 | 3A | 0 | 4B | 64 | 47 |
| Octal | 331 | 377 | 152 | 17 | 0 | 72 | 0 | 113 | 144 | 107 |
| Binary | 11011001 | 11111111 | 1101010 | 1111 | 0 | 111010 | 0 | 1001011 | 1100100 | 1000111 |
Color Harmonies of #D9FF6A
Complementary color
Monochromatic Colors of #D9FF6A
Black with #D9FF6A
Text Example
Text Example
White with #D9FF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF6A; }
p { color: rgb(217,255,106); }
H1.HeaderClassName
{
color: #D9FF6A;
}
.AnyTagClassName
{
color: #D9FF6A;
}
</style>
background-color css
<style>
a { background-color: #D9FF6A; }
a { background-color: rgb(217,255,106); }
div.DivClassName
{
background-color: #D9FF6A;
}
.BgClassName
{
background-color: #D9FF6A;
}
</style>
border-color css
<style>
span { border-color: #D9FF6A; }
span { border-color: rgb(217,255,106); }
td.TdClassName
{
border-color: #D9FF6A;
}
.TagClassName
{
border-color: #D9FF6A;
}
</style>