Shades of Mindaro #D1FF6C
Tints of Mindaro #D1FF6C
RGB
CMYK
RGB Variations
Color information
#D1FF6C (or 0xD1FF6C) is known color: Mindaro. HEX triplet: D1, FF and 6C. RGB value is (209,255,108). Sum of RGB (Red+Green+Blue) = 209+255+108=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 108 (42.58% from 255 or 18.88% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF6C is #2E0093. Grayscale: #E1E1E1. Windows color (decimal): -3014804 or 7143377. OLE color: 7143377.
HSL color Cylindrical-coordinate representation of color #D1FF6C: hue angle of 78.78º 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 #D1FF6C is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 108 | - |
| CMYK | 0.18 | 0 | 0.58 | 0 |
| HSL | 78.78º | 1% | 0.71% | - |
| HSV(B) | 78.78º | 0.58% | 1% | - |
| XYZ | 64.76 | 86.16 | 27.4 | - |
| YUV | 224.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 108 | 0.18 | 0 | 0.58 | 0 | 78.78 | 1 | 0.71 |
| Hex | D1 | FF | 6C | 12 | 0 | 3A | 0 | 4F | 64 | 47 |
| Octal | 321 | 377 | 154 | 22 | 0 | 72 | 0 | 117 | 144 | 107 |
| Binary | 11010001 | 11111111 | 1101100 | 10010 | 0 | 111010 | 0 | 1001111 | 1100100 | 1000111 |
Color Harmonies of #D1FF6C
Complementary color
Monochromatic Colors of #D1FF6C
Black with #D1FF6C
Text Example
Text Example
White with #D1FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF6C; }
p { color: rgb(209,255,108); }
H1.HeaderClassName
{
color: #D1FF6C;
}
.AnyTagClassName
{
color: #D1FF6C;
}
</style>
background-color css
<style>
a { background-color: #D1FF6C; }
a { background-color: rgb(209,255,108); }
div.DivClassName
{
background-color: #D1FF6C;
}
.BgClassName
{
background-color: #D1FF6C;
}
</style>
border-color css
<style>
span { border-color: #D1FF6C; }
span { border-color: rgb(209,255,108); }
td.TdClassName
{
border-color: #D1FF6C;
}
.TagClassName
{
border-color: #D1FF6C;
}
</style>