Shades of Mindaro #D9FF6D
Tints of Mindaro #D9FF6D
RGB
CMYK
RGB Variations
Color information
#D9FF6D (or 0xD9FF6D) is known color: Mindaro. HEX triplet: D9, FF and 6D. RGB value is (217,255,109). Sum of RGB (Red+Green+Blue) = 217+255+109=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF6D is #260092. Grayscale: #E3E3E3. Windows color (decimal): -2490515 or 7208921. OLE color: 7208921.
HSL color Cylindrical-coordinate representation of color #D9FF6D: hue angle of 75.62º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9FF6D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 109 | - |
| CMYK | 0.15 | 0 | 0.57 | 0 |
| HSL | 75.62º | 1% | 0.71% | - |
| HSV(B) | 75.62º | 0.57% | 1% | - |
| XYZ | 67.14 | 87.38 | 27.79 | - |
| YUV | 226.99 | 61.41 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 109 | 0.15 | 0 | 0.57 | 0 | 75.62 | 1 | 0.71 |
| Hex | D9 | FF | 6D | F | 0 | 39 | 0 | 4C | 64 | 47 |
| Octal | 331 | 377 | 155 | 17 | 0 | 71 | 0 | 114 | 144 | 107 |
| Binary | 11011001 | 11111111 | 1101101 | 1111 | 0 | 111001 | 0 | 1001100 | 1100100 | 1000111 |
Color Harmonies of #D9FF6D
Complementary color
Monochromatic Colors of #D9FF6D
Black with #D9FF6D
Text Example
Text Example
White with #D9FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF6D; }
p { color: rgb(217,255,109); }
H1.HeaderClassName
{
color: #D9FF6D;
}
.AnyTagClassName
{
color: #D9FF6D;
}
</style>
background-color css
<style>
a { background-color: #D9FF6D; }
a { background-color: rgb(217,255,109); }
div.DivClassName
{
background-color: #D9FF6D;
}
.BgClassName
{
background-color: #D9FF6D;
}
</style>
border-color css
<style>
span { border-color: #D9FF6D; }
span { border-color: rgb(217,255,109); }
td.TdClassName
{
border-color: #D9FF6D;
}
.TagClassName
{
border-color: #D9FF6D;
}
</style>